Shades of Turquoise #2CDBD6
Tints of Turquoise #2CDBD6
RGB
CMYK
RGB Variations
Color information
#2CDBD6 (or 0x2CDBD6) is known color: Turquoise. HEX triplet: 2C, DB and D6. RGB value is (44,219,214). Sum of RGB (Red+Green+Blue) = 44+219+214=477 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.22% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDBD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDBD6 is #D32429. Grayscale: #A5A5A5. Windows color (decimal): -13837354 or 14080812. OLE color: 14080812.
HSL color Cylindrical-coordinate representation of color #2CDBD6: hue angle of 178.29º 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 #2CDBD6 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 219 | 214 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.14 |
| HSL | 178.29º | 0.71% | 0.52% | - |
| HSV(B) | 178.29º | 0.8% | 0.86% | - |
| XYZ | 38.51 | 56.05 | 72.41 | - |
| YUV | 166.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 214 | 0.80 | 0 | 0.02 | 0.14 | 178.29 | 0.71 | 0.52 |
| Hex | 2C | DB | D6 | 50 | 0 | 2 | E | B2 | 47 | 34 |
| Octal | 54 | 333 | 326 | 120 | 0 | 2 | 16 | 262 | 107 | 64 |
| Binary | 101100 | 11011011 | 11010110 | 1010000 | 0 | 10 | 1110 | 10110010 | 1000111 | 110100 |
Color Harmonies of #2CDBD6
Complementary color
Monochromatic Colors of #2CDBD6
Black with #2CDBD6
Text Example
Text Example
White with #2CDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDBD6; }
p { color: rgb(44,219,214); }
H1.HeaderClassName
{
color: #2CDBD6;
}
.AnyTagClassName
{
color: #2CDBD6;
}
</style>
background-color css
<style>
a { background-color: #2CDBD6; }
a { background-color: rgb(44,219,214); }
div.DivClassName
{
background-color: #2CDBD6;
}
.BgClassName
{
background-color: #2CDBD6;
}
</style>
border-color css
<style>
span { border-color: #2CDBD6; }
span { border-color: rgb(44,219,214); }
td.TdClassName
{
border-color: #2CDBD6;
}
.TagClassName
{
border-color: #2CDBD6;
}
</style>