Shades of Turquoise #2CD8CE
Tints of Turquoise #2CD8CE
RGB
CMYK
RGB Variations
Color information
#2CD8CE (or 0x2CD8CE) is known color: Turquoise. HEX triplet: 2C, D8 and CE. RGB value is (44,216,206). Sum of RGB (Red+Green+Blue) = 44+216+206=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD8CE is #D32731. Grayscale: #A3A3A3. Windows color (decimal): -13838130 or 13555756. OLE color: 13555756.
HSL color Cylindrical-coordinate representation of color #2CD8CE: hue angle of 176.51º 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 #2CD8CE is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 216 | 206 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.15 |
| HSL | 176.51º | 0.69% | 0.51% | - |
| HSV(B) | 176.51º | 0.8% | 0.85% | - |
| XYZ | 36.74 | 54.1 | 66.9 | - |
| YUV | 163.43 | 152.02 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 216 | 206 | 0.80 | 0 | 0.05 | 0.15 | 176.51 | 0.69 | 0.51 |
| Hex | 2C | D8 | CE | 50 | 0 | 5 | F | B1 | 45 | 33 |
| Octal | 54 | 330 | 316 | 120 | 0 | 5 | 17 | 261 | 105 | 63 |
| Binary | 101100 | 11011000 | 11001110 | 1010000 | 0 | 101 | 1111 | 10110001 | 1000101 | 110011 |
Color Harmonies of #2CD8CE
Complementary color
Monochromatic Colors of #2CD8CE
Black with #2CD8CE
Text Example
Text Example
White with #2CD8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD8CE; }
p { color: rgb(44,216,206); }
H1.HeaderClassName
{
color: #2CD8CE;
}
.AnyTagClassName
{
color: #2CD8CE;
}
</style>
background-color css
<style>
a { background-color: #2CD8CE; }
a { background-color: rgb(44,216,206); }
div.DivClassName
{
background-color: #2CD8CE;
}
.BgClassName
{
background-color: #2CD8CE;
}
</style>
border-color css
<style>
span { border-color: #2CD8CE; }
span { border-color: rgb(44,216,206); }
td.TdClassName
{
border-color: #2CD8CE;
}
.TagClassName
{
border-color: #2CD8CE;
}
</style>