Shades of Turquoise #2DECDE
Tints of Turquoise #2DECDE
RGB
CMYK
RGB Variations
Color information
#2DECDE (or 0x2DECDE) is known color: Turquoise. HEX triplet: 2D, EC and DE. RGB value is (45,236,222). Sum of RGB (Red+Green+Blue) = 45+236+222=503 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.95% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #2DECDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DECDE is #D21321. Grayscale: #B1B1B1. Windows color (decimal): -13767458 or 14609453. OLE color: 14609453.
HSL color Cylindrical-coordinate representation of color #2DECDE: hue angle of 175.6º 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 #2DECDE is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 222 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.07 |
| HSL | 175.6º | 0.83% | 0.55% | - |
| HSV(B) | 175.6º | 0.81% | 0.93% | - |
| XYZ | 44.26 | 65.82 | 79.48 | - |
| YUV | 177.3 | 153.22 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 222 | 0.81 | 0 | 0.06 | 0.07 | 175.6 | 0.83 | 0.55 |
| Hex | 2D | EC | DE | 51 | 0 | 6 | 7 | B0 | 53 | 37 |
| Octal | 55 | 354 | 336 | 121 | 0 | 6 | 7 | 260 | 123 | 67 |
| Binary | 101101 | 11101100 | 11011110 | 1010001 | 0 | 110 | 111 | 10110000 | 1010011 | 110111 |
Color Harmonies of #2DECDE
Complementary color
Monochromatic Colors of #2DECDE
Black with #2DECDE
Text Example
Text Example
White with #2DECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DECDE; }
p { color: rgb(45,236,222); }
H1.HeaderClassName
{
color: #2DECDE;
}
.AnyTagClassName
{
color: #2DECDE;
}
</style>
background-color css
<style>
a { background-color: #2DECDE; }
a { background-color: rgb(45,236,222); }
div.DivClassName
{
background-color: #2DECDE;
}
.BgClassName
{
background-color: #2DECDE;
}
</style>
border-color css
<style>
span { border-color: #2DECDE; }
span { border-color: rgb(45,236,222); }
td.TdClassName
{
border-color: #2DECDE;
}
.TagClassName
{
border-color: #2DECDE;
}
</style>