#2CF9D0

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

Shades of Turquoise #2CF9D0

Tints of Turquoise #2CF9D0

Color information

#2CF9D0 (or 0x2CF9D0) is unknown color: approx Turquoise. HEX triplet: 2C, F9 and D0. RGB value is (44,249,208). Sum of RGB (Red+Green+Blue) = 44+249+208=501 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.78% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF9D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF9D0 is #D3062F. Grayscale: #B6B6B6. Windows color (decimal): -13829680 or 13695276. OLE color: 13695276.

HSL color Cylindrical-coordinate representation of color #2CF9D0: hue angle of 168º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF9D0 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB44249208-
CMYK0.8200.160.02
HSL168º94.47%57.45%-
HSV(B)168º82.33%97.65%-
XYZ46.372.8471.29-
YUV183.03142.0828.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.78%
GREEN value IS 249 (97.66% from 255) = 49.70%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=8.78%
G=49.70%
B=41.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal442492080.8200.160.0216894.4757.45
Hex2CF9D0520102a85e39
Octal54371320122020225013671
Binary1011001111100111010000101001001000010101010001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,249,208); }

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

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

 a { background-color: rgb(44,249,208); }

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

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

 span { border-color: rgb(44,249,208); }

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