#2CDDD9

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

Shades of Turquoise #2CDDD9

Tints of Turquoise #2CDDD9

Color information

#2CDDD9 (or 0x2CDDD9) is unknown color: approx Turquoise. HEX triplet: 2C, DD and D9. RGB value is (44,221,217). Sum of RGB (Red+Green+Blue) = 44+221+217=482 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.13% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDDD9 is #D32226. Grayscale: #A7A7A7. Windows color (decimal): -13836839 or 14277932. OLE color: 14277932.

HSL color Cylindrical-coordinate representation of color #2CDDD9: hue angle of 178.64º degrees, saturation: 0.72, 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 #2CDDD9 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB44221217-
CMYK0.8000.020.13
HSL178.64º72.24%51.96%-
HSV(B)178.64º80.09%86.67%-
XYZ39.4257.2674.62-
YUV167.62155.8639.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.13%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=9.13%
G=45.85%
B=45.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442212170.8000.020.13178.6472.2451.96
Hex2CDDD95002Db34834
Octal54335331120021526311064
Binary101100110111011101100110100000101101101100111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,221,217); }

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

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

 a { background-color: rgb(44,221,217); }

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

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

 span { border-color: rgb(44,221,217); }

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