Shades of Turquoise #2DEEC0
Tints of Turquoise #2DEEC0
RGB
CMYK
RGB Variations
Color information
#2DEEC0 (or 0x2DEEC0) is known color: Turquoise. HEX triplet: 2D, EE and C0. RGB value is (45,238,192). Sum of RGB (Red+Green+Blue) = 45+238+192=475 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.47% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEEC0 is #D2113F. Grayscale: #AFAFAF. Windows color (decimal): -13766976 or 12643885. OLE color: 12643885.
HSL color Cylindrical-coordinate representation of color #2DEEC0: hue angle of 165.7º degrees, saturation: 0.85, 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 #2DEEC0 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 192 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.07 |
| HSL | 165.7º | 0.85% | 0.55% | - |
| HSV(B) | 165.7º | 0.81% | 0.93% | - |
| XYZ | 41.17 | 65.51 | 60.34 | - |
| YUV | 175.05 | 137.56 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 192 | 0.81 | 0 | 0.19 | 0.07 | 165.7 | 0.85 | 0.55 |
| Hex | 2D | EE | C0 | 51 | 0 | 13 | 7 | A6 | 55 | 37 |
| Octal | 55 | 356 | 300 | 121 | 0 | 23 | 7 | 246 | 125 | 67 |
| Binary | 101101 | 11101110 | 11000000 | 1010001 | 0 | 10011 | 111 | 10100110 | 1010101 | 110111 |
Color Harmonies of #2DEEC0
Complementary color
Monochromatic Colors of #2DEEC0
Black with #2DEEC0
Text Example
Text Example
White with #2DEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEC0; }
p { color: rgb(45,238,192); }
H1.HeaderClassName
{
color: #2DEEC0;
}
.AnyTagClassName
{
color: #2DEEC0;
}
</style>
background-color css
<style>
a { background-color: #2DEEC0; }
a { background-color: rgb(45,238,192); }
div.DivClassName
{
background-color: #2DEEC0;
}
.BgClassName
{
background-color: #2DEEC0;
}
</style>
border-color css
<style>
span { border-color: #2DEEC0; }
span { border-color: rgb(45,238,192); }
td.TdClassName
{
border-color: #2DEEC0;
}
.TagClassName
{
border-color: #2DEEC0;
}
</style>