Shades of Turquoise #2CDDCE
Tints of Turquoise #2CDDCE
RGB
CMYK
RGB Variations
Color information
#2CDDCE (or 0x2CDDCE) is known color: Turquoise. HEX triplet: 2C, DD and CE. RGB value is (44,221,206). Sum of RGB (Red+Green+Blue) = 44+221+206=471 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.34% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDDCE is #D32231. Grayscale: #A6A6A6. Windows color (decimal): -13836850 or 13557036. OLE color: 13557036.
HSL color Cylindrical-coordinate representation of color #2CDDCE: hue angle of 174.92º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDDCE is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 206 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.13 |
| HSL | 174.92º | 0.72% | 0.52% | - |
| HSV(B) | 174.92º | 0.8% | 0.87% | - |
| XYZ | 38.04 | 56.7 | 67.33 | - |
| YUV | 166.37 | 150.36 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 206 | 0.80 | 0 | 0.07 | 0.13 | 174.92 | 0.72 | 0.52 |
| Hex | 2C | DD | CE | 50 | 0 | 7 | D | AF | 48 | 34 |
| Octal | 54 | 335 | 316 | 120 | 0 | 7 | 15 | 257 | 110 | 64 |
| Binary | 101100 | 11011101 | 11001110 | 1010000 | 0 | 111 | 1101 | 10101111 | 1001000 | 110100 |
Color Harmonies of #2CDDCE
Complementary color
Monochromatic Colors of #2CDDCE
Black with #2CDDCE
Text Example
Text Example
White with #2CDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDCE; }
p { color: rgb(44,221,206); }
H1.HeaderClassName
{
color: #2CDDCE;
}
.AnyTagClassName
{
color: #2CDDCE;
}
</style>
background-color css
<style>
a { background-color: #2CDDCE; }
a { background-color: rgb(44,221,206); }
div.DivClassName
{
background-color: #2CDDCE;
}
.BgClassName
{
background-color: #2CDDCE;
}
</style>
border-color css
<style>
span { border-color: #2CDDCE; }
span { border-color: rgb(44,221,206); }
td.TdClassName
{
border-color: #2CDDCE;
}
.TagClassName
{
border-color: #2CDDCE;
}
</style>