Shades of Turquoise #2CD8DB
Tints of Turquoise #2CD8DB
RGB
CMYK
RGB Variations
Color information
#2CD8DB (or 0x2CD8DB) is known color: Turquoise. HEX triplet: 2C, D8 and DB. RGB value is (44,216,219). Sum of RGB (Red+Green+Blue) = 44+216+219=479 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.19% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CD8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD8DB is #D32724. Grayscale: #A4A4A4. Windows color (decimal): -13838117 or 14407724. OLE color: 14407724.
HSL color Cylindrical-coordinate representation of color #2CD8DB: hue angle of 181.03º 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 #2CD8DB is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 216 | 219 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.14 |
| HSL | 181.03º | 0.71% | 0.52% | - |
| HSV(B) | 181.03º | 0.8% | 0.86% | - |
| XYZ | 38.38 | 54.76 | 75.57 | - |
| YUV | 164.91 | 158.52 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 216 | 219 | 0.80 | 0.01 | 0 | 0.14 | 181.03 | 0.71 | 0.52 |
| Hex | 2C | D8 | DB | 50 | 1 | 0 | E | B5 | 47 | 34 |
| Octal | 54 | 330 | 333 | 120 | 1 | 0 | 16 | 265 | 107 | 64 |
| Binary | 101100 | 11011000 | 11011011 | 1010000 | 1 | 0 | 1110 | 10110101 | 1000111 | 110100 |
Color Harmonies of #2CD8DB
Complementary color
Monochromatic Colors of #2CD8DB
Black with #2CD8DB
Text Example
Text Example
White with #2CD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD8DB; }
p { color: rgb(44,216,219); }
H1.HeaderClassName
{
color: #2CD8DB;
}
.AnyTagClassName
{
color: #2CD8DB;
}
</style>
background-color css
<style>
a { background-color: #2CD8DB; }
a { background-color: rgb(44,216,219); }
div.DivClassName
{
background-color: #2CD8DB;
}
.BgClassName
{
background-color: #2CD8DB;
}
</style>
border-color css
<style>
span { border-color: #2CD8DB; }
span { border-color: rgb(44,216,219); }
td.TdClassName
{
border-color: #2CD8DB;
}
.TagClassName
{
border-color: #2CD8DB;
}
</style>