#43F5CC

Color #43F5CC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #43F5CC

Tints of Turquoise #43F5CC

Color information

#43F5CC (or 0x43F5CC) is unknown color: approx Turquoise. HEX triplet: 43, F5 and CC. RGB value is (67,245,204). Sum of RGB (Red+Green+Blue) = 67+245+204=516 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.98% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #43F5CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F5CC is #BC0A33. Grayscale: #BBBBBB. Windows color (decimal): -12323380 or 13432131. OLE color: 13432131.

HSL color Cylindrical-coordinate representation of color #43F5CC: hue angle of 166.18º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F5CC is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB67245204-
CMYK0.7300.170.04
HSL166.18º89.9%61.18%-
HSV(B)166.18º72.65%96.08%-
XYZ45.8770.8668.39-
YUV187.1137.5342.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 12.98%
GREEN value IS 245 (96.09% from 255) = 47.48%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=12.98%
G=47.48%
B=39.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal672452040.7300.170.04166.1889.961.18
Hex43F5CC490114a65a3d
Octal103365314111021424613275
Binary100001111110101110011001001001010001100101001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43F5CC; }

 p { color: rgb(67,245,204); }

 H1.HeaderClassName
 {
   color: #43F5CC;
 }
 .AnyTagClassName
 {
   color: #43F5CC;
 }
</style>
background-color css

<style>
 a { background-color: #43F5CC; }

 a { background-color: rgb(67,245,204); }

 div.DivClassName
 {
   background-color: #43F5CC;
 }
 .BgClassName
 {
   background-color: #43F5CC;
 }
</style>
border-color css

<style>
 span { border-color: #43F5CC; }

 span { border-color: rgb(67,245,204); }

 td.TdClassName
 {
   border-color: #43F5CC;
 }
 .TagClassName
 {
   border-color: #43F5CC;
 }
</style>