#2CF0CF

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

Shades of Turquoise #2CF0CF

Tints of Turquoise #2CF0CF

Color information

#2CF0CF (or 0x2CF0CF) is unknown color: approx Turquoise. HEX triplet: 2C, F0 and CF. RGB value is (44,240,207). Sum of RGB (Red+Green+Blue) = 44+240+207=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF0CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF0CF is #D30F30. Grayscale: #B1B1B1. Windows color (decimal): -13831985 or 13627436. OLE color: 13627436.

HSL color Cylindrical-coordinate representation of color #2CF0CF: hue angle of 169.9º 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 #2CF0CF is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB44240207-
CMYK0.8200.140.06
HSL169.9º86.73%55.69%-
HSV(B)169.9º81.67%94.12%-
XYZ43.4667.3669.74-
YUV177.63144.5732.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.96%
GREEN value IS 240 (94.14% from 255) = 48.88%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=8.96%
G=48.88%
B=42.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal442402070.8200.140.06169.986.7355.69
Hex2CF0CF520E6aa5738
Octal54360317122016625212770
Binary1011001111000011001111101001001110110101010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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