Shades of Turquoise #2DECE9
Tints of Turquoise #2DECE9
RGB
CMYK
RGB Variations
Color information
#2DECE9 (or 0x2DECE9) is known color: Turquoise. HEX triplet: 2D, EC and E9. RGB value is (45,236,233). Sum of RGB (Red+Green+Blue) = 45+236+233=514 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.75% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #2DECE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DECE9 is #D21316. Grayscale: #B2B2B2. Windows color (decimal): -13767447 or 15330349. OLE color: 15330349.
HSL color Cylindrical-coordinate representation of color #2DECE9: hue angle of 179.06º 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 #2DECE9 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 233 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.07 |
| HSL | 179.06º | 0.83% | 0.55% | - |
| HSV(B) | 179.06º | 0.81% | 0.93% | - |
| XYZ | 45.79 | 66.43 | 87.5 | - |
| YUV | 178.55 | 158.72 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 233 | 0.81 | 0 | 0.01 | 0.07 | 179.06 | 0.83 | 0.55 |
| Hex | 2D | EC | E9 | 51 | 0 | 1 | 7 | B3 | 53 | 37 |
| Octal | 55 | 354 | 351 | 121 | 0 | 1 | 7 | 263 | 123 | 67 |
| Binary | 101101 | 11101100 | 11101001 | 1010001 | 0 | 1 | 111 | 10110011 | 1010011 | 110111 |
Color Harmonies of #2DECE9
Complementary color
Monochromatic Colors of #2DECE9
Black with #2DECE9
Text Example
Text Example
White with #2DECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DECE9; }
p { color: rgb(45,236,233); }
H1.HeaderClassName
{
color: #2DECE9;
}
.AnyTagClassName
{
color: #2DECE9;
}
</style>
background-color css
<style>
a { background-color: #2DECE9; }
a { background-color: rgb(45,236,233); }
div.DivClassName
{
background-color: #2DECE9;
}
.BgClassName
{
background-color: #2DECE9;
}
</style>
border-color css
<style>
span { border-color: #2DECE9; }
span { border-color: rgb(45,236,233); }
td.TdClassName
{
border-color: #2DECE9;
}
.TagClassName
{
border-color: #2DECE9;
}
</style>