Shades of Turquoise #2DECD4
Tints of Turquoise #2DECD4
RGB
CMYK
RGB Variations
Color information
#2DECD4 (or 0x2DECD4) is known color: Turquoise. HEX triplet: 2D, EC and D4. RGB value is (45,236,212). Sum of RGB (Red+Green+Blue) = 45+236+212=493 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.13% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #2DECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DECD4 is #D2132B. Grayscale: #B0B0B0. Windows color (decimal): -13767468 or 13954093. OLE color: 13954093.
HSL color Cylindrical-coordinate representation of color #2DECD4: hue angle of 172.46º 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 #2DECD4 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 212 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.07 |
| HSL | 172.46º | 0.83% | 0.55% | - |
| HSV(B) | 172.46º | 0.81% | 0.93% | - |
| XYZ | 42.96 | 65.3 | 72.63 | - |
| YUV | 176.16 | 148.22 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 212 | 0.81 | 0 | 0.10 | 0.07 | 172.46 | 0.83 | 0.55 |
| Hex | 2D | EC | D4 | 51 | 0 | A | 7 | AC | 53 | 37 |
| Octal | 55 | 354 | 324 | 121 | 0 | 12 | 7 | 254 | 123 | 67 |
| Binary | 101101 | 11101100 | 11010100 | 1010001 | 0 | 1010 | 111 | 10101100 | 1010011 | 110111 |
Color Harmonies of #2DECD4
Complementary color
Monochromatic Colors of #2DECD4
Black with #2DECD4
Text Example
Text Example
White with #2DECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DECD4; }
p { color: rgb(45,236,212); }
H1.HeaderClassName
{
color: #2DECD4;
}
.AnyTagClassName
{
color: #2DECD4;
}
</style>
background-color css
<style>
a { background-color: #2DECD4; }
a { background-color: rgb(45,236,212); }
div.DivClassName
{
background-color: #2DECD4;
}
.BgClassName
{
background-color: #2DECD4;
}
</style>
border-color css
<style>
span { border-color: #2DECD4; }
span { border-color: rgb(45,236,212); }
td.TdClassName
{
border-color: #2DECD4;
}
.TagClassName
{
border-color: #2DECD4;
}
</style>