Shades of Turquoise #2DECD8
Tints of Turquoise #2DECD8
RGB
CMYK
RGB Variations
Color information
#2DECD8 (or 0x2DECD8) is known color: Turquoise. HEX triplet: 2D, EC and D8. RGB value is (45,236,216). Sum of RGB (Red+Green+Blue) = 45+236+216=497 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.05% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #2DECD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DECD8 is #D21327. Grayscale: #B0B0B0. Windows color (decimal): -13767464 or 14216237. OLE color: 14216237.
HSL color Cylindrical-coordinate representation of color #2DECD8: hue angle of 173.72º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DECD8 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 216 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.07 |
| HSL | 173.72º | 0.83% | 0.55% | - |
| HSV(B) | 173.72º | 0.81% | 0.93% | - |
| XYZ | 43.47 | 65.51 | 75.32 | - |
| YUV | 176.61 | 150.22 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 216 | 0.81 | 0 | 0.08 | 0.07 | 173.72 | 0.83 | 0.55 |
| Hex | 2D | EC | D8 | 51 | 0 | 8 | 7 | AE | 53 | 37 |
| Octal | 55 | 354 | 330 | 121 | 0 | 10 | 7 | 256 | 123 | 67 |
| Binary | 101101 | 11101100 | 11011000 | 1010001 | 0 | 1000 | 111 | 10101110 | 1010011 | 110111 |
Color Harmonies of #2DECD8
Complementary color
Monochromatic Colors of #2DECD8
Black with #2DECD8
Text Example
Text Example
White with #2DECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DECD8; }
p { color: rgb(45,236,216); }
H1.HeaderClassName
{
color: #2DECD8;
}
.AnyTagClassName
{
color: #2DECD8;
}
</style>
background-color css
<style>
a { background-color: #2DECD8; }
a { background-color: rgb(45,236,216); }
div.DivClassName
{
background-color: #2DECD8;
}
.BgClassName
{
background-color: #2DECD8;
}
</style>
border-color css
<style>
span { border-color: #2DECD8; }
span { border-color: rgb(45,236,216); }
td.TdClassName
{
border-color: #2DECD8;
}
.TagClassName
{
border-color: #2DECD8;
}
</style>