Shades of Turquoise #2EECDD
Tints of Turquoise #2EECDD
RGB
CMYK
RGB Variations
Color information
#2EECDD (or 0x2EECDD) is known color: Turquoise. HEX triplet: 2E, EC and DD. RGB value is (46,236,221). Sum of RGB (Red+Green+Blue) = 46+236+221=503 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.15% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECDD is #D11322. Grayscale: #B1B1B1. Windows color (decimal): -13701923 or 14543918. OLE color: 14543918.
HSL color Cylindrical-coordinate representation of color #2EECDD: hue angle of 175.26º 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 #2EECDD is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 221 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.07 |
| HSL | 175.26º | 0.83% | 0.55% | - |
| HSV(B) | 175.26º | 0.81% | 0.93% | - |
| XYZ | 44.17 | 65.79 | 78.78 | - |
| YUV | 177.48 | 152.55 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 221 | 0.81 | 0 | 0.06 | 0.07 | 175.26 | 0.83 | 0.55 |
| Hex | 2E | EC | DD | 51 | 0 | 6 | 7 | AF | 53 | 37 |
| Octal | 56 | 354 | 335 | 121 | 0 | 6 | 7 | 257 | 123 | 67 |
| Binary | 101110 | 11101100 | 11011101 | 1010001 | 0 | 110 | 111 | 10101111 | 1010011 | 110111 |
Color Harmonies of #2EECDD
Complementary color
Monochromatic Colors of #2EECDD
Black with #2EECDD
Text Example
Text Example
White with #2EECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECDD; }
p { color: rgb(46,236,221); }
H1.HeaderClassName
{
color: #2EECDD;
}
.AnyTagClassName
{
color: #2EECDD;
}
</style>
background-color css
<style>
a { background-color: #2EECDD; }
a { background-color: rgb(46,236,221); }
div.DivClassName
{
background-color: #2EECDD;
}
.BgClassName
{
background-color: #2EECDD;
}
</style>
border-color css
<style>
span { border-color: #2EECDD; }
span { border-color: rgb(46,236,221); }
td.TdClassName
{
border-color: #2EECDD;
}
.TagClassName
{
border-color: #2EECDD;
}
</style>