Shades of Turquoise #2DDED8
Tints of Turquoise #2DDED8
RGB
CMYK
RGB Variations
Color information
#2DDED8 (or 0x2DDED8) is known color: Turquoise. HEX triplet: 2D, DE and D8. RGB value is (45,222,216). Sum of RGB (Red+Green+Blue) = 45+222+216=483 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.32% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDED8 is #D22127. Grayscale: #A8A8A8. Windows color (decimal): -13771048 or 14212653. OLE color: 14212653.
HSL color Cylindrical-coordinate representation of color #2DDED8: hue angle of 177.97º degrees, saturation: 0.73, 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 #2DDED8 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 216 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.13 |
| HSL | 177.97º | 0.73% | 0.52% | - |
| HSV(B) | 177.97º | 0.8% | 0.87% | - |
| XYZ | 39.6 | 57.76 | 74.03 | - |
| YUV | 168.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 216 | 0.80 | 0 | 0.03 | 0.13 | 177.97 | 0.73 | 0.52 |
| Hex | 2D | DE | D8 | 50 | 0 | 3 | D | B2 | 49 | 34 |
| Octal | 55 | 336 | 330 | 120 | 0 | 3 | 15 | 262 | 111 | 64 |
| Binary | 101101 | 11011110 | 11011000 | 1010000 | 0 | 11 | 1101 | 10110010 | 1001001 | 110100 |
Color Harmonies of #2DDED8
Complementary color
Monochromatic Colors of #2DDED8
Black with #2DDED8
Text Example
Text Example
White with #2DDED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDED8; }
p { color: rgb(45,222,216); }
H1.HeaderClassName
{
color: #2DDED8;
}
.AnyTagClassName
{
color: #2DDED8;
}
</style>
background-color css
<style>
a { background-color: #2DDED8; }
a { background-color: rgb(45,222,216); }
div.DivClassName
{
background-color: #2DDED8;
}
.BgClassName
{
background-color: #2DDED8;
}
</style>
border-color css
<style>
span { border-color: #2DDED8; }
span { border-color: rgb(45,222,216); }
td.TdClassName
{
border-color: #2DDED8;
}
.TagClassName
{
border-color: #2DDED8;
}
</style>