#2CDFB6

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

Shades of Turquoise #2CDFB6

Tints of Turquoise #2CDFB6

Color information

#2CDFB6 (or 0x2CDFB6) is unknown color: approx Turquoise. HEX triplet: 2C, DF and B6. RGB value is (44,223,182). Sum of RGB (Red+Green+Blue) = 44+223+182=449 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.80% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDFB6 is #D32049. Grayscale: #A4A4A4. Windows color (decimal): -13836362 or 11984684. OLE color: 11984684.

HSL color Cylindrical-coordinate representation of color #2CDFB6: hue angle of 166.26º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDFB6 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB44223182-
CMYK0.8000.180.13
HSL166.26º73.66%52.35%-
HSV(B)166.26º80.27%87.45%-
XYZ35.8756.6953.31-
YUV164.8137.741.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.80%
GREEN value IS 223 (87.5% from 255) = 49.67%
BLUE value IS 182 (71.48% from 255) = 40.53%
R=9.80%
G=49.67%
B=40.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442231820.8000.180.13166.2673.6652.35
Hex2CDFB650012Da64a34
Octal543372661200221524611264
Binary101100110111111011011010100000100101101101001101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,223,182); }

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

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

 a { background-color: rgb(44,223,182); }

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

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

 span { border-color: rgb(44,223,182); }

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