#2CFFD4

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

Shades of Turquoise #2CFFD4

Tints of Turquoise #2CFFD4

Color information

#2CFFD4 (or 0x2CFFD4) is unknown color: approx Turquoise. HEX triplet: 2C, FF and D4. RGB value is (44,255,212). Sum of RGB (Red+Green+Blue) = 44+255+212=511 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.61% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFD4 is #D3002B. Grayscale: #BABABA. Windows color (decimal): -13828140 or 13958956. OLE color: 13958956.

HSL color Cylindrical-coordinate representation of color #2CFFD4: hue angle of 167.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFD4 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB44255212-
CMYK0.8300.170
HSL167.77º100%58.63%-
HSV(B)167.77º82.75%100%-
XYZ48.6876.8174.55-
YUV187.01142.126-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.61%
GREEN value IS 255 (100% from 255) = 49.90%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=8.61%
G=49.90%
B=41.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal442552120.8300.170167.7710058.63
Hex2CFFD4530110a8643b
Octal54377324123021025014473
Binary101100111111111101010010100110100010101010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,255,212); }

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

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

 a { background-color: rgb(44,255,212); }

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

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

 span { border-color: rgb(44,255,212); }

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