Shades of Turquoise #2DECDC
Tints of Turquoise #2DECDC
RGB
CMYK
RGB Variations
Color information
#2DECDC (or 0x2DECDC) is known color: Turquoise. HEX triplet: 2D, EC and DC. RGB value is (45,236,220). Sum of RGB (Red+Green+Blue) = 45+236+220=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #2DECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DECDC is #D21323. Grayscale: #B0B0B0. Windows color (decimal): -13767460 or 14478381. OLE color: 14478381.
HSL color Cylindrical-coordinate representation of color #2DECDC: hue angle of 174.97º 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 #2DECDC is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 220 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.07 |
| HSL | 174.97º | 0.83% | 0.55% | - |
| HSV(B) | 174.97º | 0.81% | 0.93% | - |
| XYZ | 44 | 65.72 | 78.08 | - |
| YUV | 177.07 | 152.22 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 220 | 0.81 | 0 | 0.07 | 0.07 | 174.97 | 0.83 | 0.55 |
| Hex | 2D | EC | DC | 51 | 0 | 7 | 7 | AF | 53 | 37 |
| Octal | 55 | 354 | 334 | 121 | 0 | 7 | 7 | 257 | 123 | 67 |
| Binary | 101101 | 11101100 | 11011100 | 1010001 | 0 | 111 | 111 | 10101111 | 1010011 | 110111 |
Color Harmonies of #2DECDC
Complementary color
Monochromatic Colors of #2DECDC
Black with #2DECDC
Text Example
Text Example
White with #2DECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DECDC; }
p { color: rgb(45,236,220); }
H1.HeaderClassName
{
color: #2DECDC;
}
.AnyTagClassName
{
color: #2DECDC;
}
</style>
background-color css
<style>
a { background-color: #2DECDC; }
a { background-color: rgb(45,236,220); }
div.DivClassName
{
background-color: #2DECDC;
}
.BgClassName
{
background-color: #2DECDC;
}
</style>
border-color css
<style>
span { border-color: #2DECDC; }
span { border-color: rgb(45,236,220); }
td.TdClassName
{
border-color: #2DECDC;
}
.TagClassName
{
border-color: #2DECDC;
}
</style>