Shades of Turquoise #2CD9CE
Tints of Turquoise #2CD9CE
RGB
CMYK
RGB Variations
Color information
#2CD9CE (or 0x2CD9CE) is known color: Turquoise. HEX triplet: 2C, D9 and CE. RGB value is (44,217,206). Sum of RGB (Red+Green+Blue) = 44+217+206=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD9CE is #D32631. Grayscale: #A3A3A3. Windows color (decimal): -13837874 or 13556012. OLE color: 13556012.
HSL color Cylindrical-coordinate representation of color #2CD9CE: hue angle of 176.18º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD9CE is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 217 | 206 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.15 |
| HSL | 176.19º | 0.69% | 0.51% | - |
| HSV(B) | 176.19º | 0.8% | 0.85% | - |
| XYZ | 36.99 | 54.62 | 66.99 | - |
| YUV | 164.02 | 151.69 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 217 | 206 | 0.80 | 0 | 0.05 | 0.15 | 176.19 | 0.69 | 0.51 |
| Hex | 2C | D9 | CE | 50 | 0 | 5 | F | B0 | 45 | 33 |
| Octal | 54 | 331 | 316 | 120 | 0 | 5 | 17 | 260 | 105 | 63 |
| Binary | 101100 | 11011001 | 11001110 | 1010000 | 0 | 101 | 1111 | 10110000 | 1000101 | 110011 |
Color Harmonies of #2CD9CE
Complementary color
Monochromatic Colors of #2CD9CE
Black with #2CD9CE
Text Example
Text Example
White with #2CD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD9CE; }
p { color: rgb(44,217,206); }
H1.HeaderClassName
{
color: #2CD9CE;
}
.AnyTagClassName
{
color: #2CD9CE;
}
</style>
background-color css
<style>
a { background-color: #2CD9CE; }
a { background-color: rgb(44,217,206); }
div.DivClassName
{
background-color: #2CD9CE;
}
.BgClassName
{
background-color: #2CD9CE;
}
</style>
border-color css
<style>
span { border-color: #2CD9CE; }
span { border-color: rgb(44,217,206); }
td.TdClassName
{
border-color: #2CD9CE;
}
.TagClassName
{
border-color: #2CD9CE;
}
</style>