Shades of Turquoise #2CD2CB
Tints of Turquoise #2CD2CB
RGB
CMYK
RGB Variations
Color information
#2CD2CB (or 0x2CD2CB) is known color: Turquoise. HEX triplet: 2C, D2 and CB. RGB value is (44,210,203). Sum of RGB (Red+Green+Blue) = 44+210+203=457 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.63% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD2CB is #D32D34. Grayscale: #9F9F9F. Windows color (decimal): -13839669 or 13357612. OLE color: 13357612.
HSL color Cylindrical-coordinate representation of color #2CD2CB: hue angle of 177.47º 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 #2CD2CB is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 203 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.18 |
| HSL | 177.47º | 0.65% | 0.5% | - |
| HSV(B) | 177.47º | 0.79% | 0.82% | - |
| XYZ | 34.86 | 50.94 | 64.49 | - |
| YUV | 159.57 | 152.5 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 203 | 0.79 | 0 | 0.03 | 0.18 | 177.47 | 0.65 | 0.5 |
| Hex | 2C | D2 | CB | 4F | 0 | 3 | 12 | B1 | 41 | 32 |
| Octal | 54 | 322 | 313 | 117 | 0 | 3 | 22 | 261 | 101 | 62 |
| Binary | 101100 | 11010010 | 11001011 | 1001111 | 0 | 11 | 10010 | 10110001 | 1000001 | 110010 |
Color Harmonies of #2CD2CB
Complementary color
Monochromatic Colors of #2CD2CB
Black with #2CD2CB
Text Example
Text Example
White with #2CD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD2CB; }
p { color: rgb(44,210,203); }
H1.HeaderClassName
{
color: #2CD2CB;
}
.AnyTagClassName
{
color: #2CD2CB;
}
</style>
background-color css
<style>
a { background-color: #2CD2CB; }
a { background-color: rgb(44,210,203); }
div.DivClassName
{
background-color: #2CD2CB;
}
.BgClassName
{
background-color: #2CD2CB;
}
</style>
border-color css
<style>
span { border-color: #2CD2CB; }
span { border-color: rgb(44,210,203); }
td.TdClassName
{
border-color: #2CD2CB;
}
.TagClassName
{
border-color: #2CD2CB;
}
</style>