#2CD1BD

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

Shades of Turquoise #2CD1BD

Tints of Turquoise #2CD1BD

Color information

#2CD1BD (or 0x2CD1BD) is unknown color: approx Turquoise. HEX triplet: 2C, D1 and BD. RGB value is (44,209,189). Sum of RGB (Red+Green+Blue) = 44+209+189=442 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.95% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD1BD is #D32E42. Grayscale: #9D9D9D. Windows color (decimal): -13839939 or 12439852. OLE color: 12439852.

HSL color Cylindrical-coordinate representation of color #2CD1BD: hue angle of 172.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD1BD is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB44209189-
CMYK0.7900.100.18
HSL172.73º65.22%49.61%-
HSV(B)172.73º78.95%81.96%-
XYZ33.0249.8156.02-
YUV157.38145.8447.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.95%
GREEN value IS 209 (82.03% from 255) = 47.29%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=9.95%
G=47.29%
B=42.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal442091890.7900.100.18172.7365.2249.61
Hex2CD1BD4F0A12ad4132
Octal543212751170122225510162
Binary101100110100011011110110011110101010010101011011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,209,189); }

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

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

 a { background-color: rgb(44,209,189); }

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

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

 span { border-color: rgb(44,209,189); }

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