Shades of Turquoise #2DECC9
Tints of Turquoise #2DECC9
RGB
CMYK
RGB Variations
Color information
#2DECC9 (or 0x2DECC9) is known color: Turquoise. HEX triplet: 2D, EC and C9. RGB value is (45,236,201). Sum of RGB (Red+Green+Blue) = 45+236+201=482 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.34% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #2DECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DECC9 is #D21336. Grayscale: #AEAEAE. Windows color (decimal): -13767479 or 13233197. OLE color: 13233197.
HSL color Cylindrical-coordinate representation of color #2DECC9: hue angle of 169.01º 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 #2DECC9 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 201 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.07 |
| HSL | 169.01º | 0.83% | 0.55% | - |
| HSV(B) | 169.01º | 0.81% | 0.93% | - |
| XYZ | 41.62 | 64.77 | 65.57 | - |
| YUV | 174.9 | 142.72 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 201 | 0.81 | 0 | 0.15 | 0.07 | 169.01 | 0.83 | 0.55 |
| Hex | 2D | EC | C9 | 51 | 0 | F | 7 | A9 | 53 | 37 |
| Octal | 55 | 354 | 311 | 121 | 0 | 17 | 7 | 251 | 123 | 67 |
| Binary | 101101 | 11101100 | 11001001 | 1010001 | 0 | 1111 | 111 | 10101001 | 1010011 | 110111 |
Color Harmonies of #2DECC9
Complementary color
Monochromatic Colors of #2DECC9
Black with #2DECC9
Text Example
Text Example
White with #2DECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DECC9; }
p { color: rgb(45,236,201); }
H1.HeaderClassName
{
color: #2DECC9;
}
.AnyTagClassName
{
color: #2DECC9;
}
</style>
background-color css
<style>
a { background-color: #2DECC9; }
a { background-color: rgb(45,236,201); }
div.DivClassName
{
background-color: #2DECC9;
}
.BgClassName
{
background-color: #2DECC9;
}
</style>
border-color css
<style>
span { border-color: #2DECC9; }
span { border-color: rgb(45,236,201); }
td.TdClassName
{
border-color: #2DECC9;
}
.TagClassName
{
border-color: #2DECC9;
}
</style>