Shades of Turquoise #2DDDCE
Tints of Turquoise #2DDDCE
RGB
CMYK
RGB Variations
Color information
#2DDDCE (or 0x2DDDCE) is known color: Turquoise. HEX triplet: 2D, DD and CE. RGB value is (45,221,206). Sum of RGB (Red+Green+Blue) = 45+221+206=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDDCE is #D22231. Grayscale: #A6A6A6. Windows color (decimal): -13771314 or 13557037. OLE color: 13557037.
HSL color Cylindrical-coordinate representation of color #2DDDCE: hue angle of 174.89º 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 #2DDDCE is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 206 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.13 |
| HSL | 174.89º | 0.72% | 0.52% | - |
| HSV(B) | 174.89º | 0.8% | 0.87% | - |
| XYZ | 38.08 | 56.73 | 67.33 | - |
| YUV | 166.67 | 150.19 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 206 | 0.80 | 0 | 0.07 | 0.13 | 174.89 | 0.72 | 0.52 |
| Hex | 2D | DD | CE | 50 | 0 | 7 | D | AF | 48 | 34 |
| Octal | 55 | 335 | 316 | 120 | 0 | 7 | 15 | 257 | 110 | 64 |
| Binary | 101101 | 11011101 | 11001110 | 1010000 | 0 | 111 | 1101 | 10101111 | 1001000 | 110100 |
Color Harmonies of #2DDDCE
Complementary color
Monochromatic Colors of #2DDDCE
Black with #2DDDCE
Text Example
Text Example
White with #2DDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDCE; }
p { color: rgb(45,221,206); }
H1.HeaderClassName
{
color: #2DDDCE;
}
.AnyTagClassName
{
color: #2DDDCE;
}
</style>
background-color css
<style>
a { background-color: #2DDDCE; }
a { background-color: rgb(45,221,206); }
div.DivClassName
{
background-color: #2DDDCE;
}
.BgClassName
{
background-color: #2DDDCE;
}
</style>
border-color css
<style>
span { border-color: #2DDDCE; }
span { border-color: rgb(45,221,206); }
td.TdClassName
{
border-color: #2DDDCE;
}
.TagClassName
{
border-color: #2DDDCE;
}
</style>