Shades of Turquoise #2CD0DB
Tints of Turquoise #2CD0DB
RGB
CMYK
RGB Variations
Color information
#2CD0DB (or 0x2CD0DB) is known color: Turquoise. HEX triplet: 2C, D0 and DB. RGB value is (44,208,219). Sum of RGB (Red+Green+Blue) = 44+208+219=471 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.34% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CD0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD0DB is #D32F24. Grayscale: #A0A0A0. Windows color (decimal): -13840165 or 14405676. OLE color: 14405676.
HSL color Cylindrical-coordinate representation of color #2CD0DB: hue angle of 183.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD0DB is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 208 | 219 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.14 |
| HSL | 183.77º | 0.71% | 0.52% | - |
| HSV(B) | 183.77º | 0.8% | 0.86% | - |
| XYZ | 36.38 | 50.76 | 74.9 | - |
| YUV | 160.22 | 161.17 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 208 | 219 | 0.80 | 0.05 | 0 | 0.14 | 183.77 | 0.71 | 0.52 |
| Hex | 2C | D0 | DB | 50 | 5 | 0 | E | B8 | 47 | 34 |
| Octal | 54 | 320 | 333 | 120 | 5 | 0 | 16 | 270 | 107 | 64 |
| Binary | 101100 | 11010000 | 11011011 | 1010000 | 101 | 0 | 1110 | 10111000 | 1000111 | 110100 |
Color Harmonies of #2CD0DB
Complementary color
Monochromatic Colors of #2CD0DB
Black with #2CD0DB
Text Example
Text Example
White with #2CD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD0DB; }
p { color: rgb(44,208,219); }
H1.HeaderClassName
{
color: #2CD0DB;
}
.AnyTagClassName
{
color: #2CD0DB;
}
</style>
background-color css
<style>
a { background-color: #2CD0DB; }
a { background-color: rgb(44,208,219); }
div.DivClassName
{
background-color: #2CD0DB;
}
.BgClassName
{
background-color: #2CD0DB;
}
</style>
border-color css
<style>
span { border-color: #2CD0DB; }
span { border-color: rgb(44,208,219); }
td.TdClassName
{
border-color: #2CD0DB;
}
.TagClassName
{
border-color: #2CD0DB;
}
</style>