Shades of Turquoise #2DEEEC
Tints of Turquoise #2DEEEC
RGB
CMYK
RGB Variations
Color information
#2DEEEC (or 0x2DEEEC) is known color: Turquoise. HEX triplet: 2D, EE and EC. RGB value is (45,238,236). Sum of RGB (Red+Green+Blue) = 45+238+236=519 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.67% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEEEC is #D21113. Grayscale: #B3B3B3. Windows color (decimal): -13766932 or 15527469. OLE color: 15527469.
HSL color Cylindrical-coordinate representation of color #2DEEEC: hue angle of 179.38º 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 #2DEEEC is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 236 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.07 |
| HSL | 179.38º | 0.85% | 0.55% | - |
| HSV(B) | 179.38º | 0.81% | 0.93% | - |
| XYZ | 46.8 | 67.76 | 89.97 | - |
| YUV | 180.07 | 159.56 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 236 | 0.81 | 0 | 0.01 | 0.07 | 179.38 | 0.85 | 0.55 |
| Hex | 2D | EE | EC | 51 | 0 | 1 | 7 | B3 | 55 | 37 |
| Octal | 55 | 356 | 354 | 121 | 0 | 1 | 7 | 263 | 125 | 67 |
| Binary | 101101 | 11101110 | 11101100 | 1010001 | 0 | 1 | 111 | 10110011 | 1010101 | 110111 |
Color Harmonies of #2DEEEC
Complementary color
Monochromatic Colors of #2DEEEC
Black with #2DEEEC
Text Example
Text Example
White with #2DEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEEC; }
p { color: rgb(45,238,236); }
H1.HeaderClassName
{
color: #2DEEEC;
}
.AnyTagClassName
{
color: #2DEEEC;
}
</style>
background-color css
<style>
a { background-color: #2DEEEC; }
a { background-color: rgb(45,238,236); }
div.DivClassName
{
background-color: #2DEEEC;
}
.BgClassName
{
background-color: #2DEEEC;
}
</style>
border-color css
<style>
span { border-color: #2DEEEC; }
span { border-color: rgb(45,238,236); }
td.TdClassName
{
border-color: #2DEEEC;
}
.TagClassName
{
border-color: #2DEEEC;
}
</style>