#2CF0DE

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

Shades of Turquoise #2CF0DE

Tints of Turquoise #2CF0DE

Color information

#2CF0DE (or 0x2CF0DE) is unknown color: approx Turquoise. HEX triplet: 2C, F0 and DE. RGB value is (44,240,222). Sum of RGB (Red+Green+Blue) = 44+240+222=506 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.70% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF0DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF0DE is #D30F21. Grayscale: #B3B3B3. Windows color (decimal): -13831970 or 14610476. OLE color: 14610476.

HSL color Cylindrical-coordinate representation of color #2CF0DE: hue angle of 174.49º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF0DE is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB44240222-
CMYK0.8200.080.06
HSL174.49º86.73%55.69%-
HSV(B)174.49º81.67%94.12%-
XYZ45.3868.1379.87-
YUV179.34152.0731.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.70%
GREEN value IS 240 (94.14% from 255) = 47.43%
BLUE value IS 222 (87.11% from 255) = 43.87%
R=8.70%
G=47.43%
B=43.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal442402220.8200.080.06174.4986.7355.69
Hex2CF0DE52086ae5738
Octal54360336122010625612770
Binary1011001111000011011110101001001000110101011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CF0DE; }

 p { color: rgb(44,240,222); }

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

<style>
 a { background-color: #2CF0DE; }

 a { background-color: rgb(44,240,222); }

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

<style>
 span { border-color: #2CF0DE; }

 span { border-color: rgb(44,240,222); }

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