Shades of Turquoise #2EEECD
Tints of Turquoise #2EEECD
RGB
CMYK
RGB Variations
Color information
#2EEECD (or 0x2EEECD) is known color: Turquoise. HEX triplet: 2E, EE and CD. RGB value is (46,238,205). Sum of RGB (Red+Green+Blue) = 46+238+205=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEECD is #D11132. Grayscale: #B0B0B0. Windows color (decimal): -13701427 or 13495854. OLE color: 13495854.
HSL color Cylindrical-coordinate representation of color #2EEECD: hue angle of 169.69º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEECD is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 205 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.07 |
| HSL | 169.69º | 0.85% | 0.56% | - |
| HSV(B) | 169.69º | 0.81% | 0.93% | - |
| XYZ | 42.72 | 66.14 | 68.27 | - |
| YUV | 176.83 | 143.89 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 205 | 0.81 | 0 | 0.14 | 0.07 | 169.69 | 0.85 | 0.56 |
| Hex | 2E | EE | CD | 51 | 0 | E | 7 | AA | 55 | 38 |
| Octal | 56 | 356 | 315 | 121 | 0 | 16 | 7 | 252 | 125 | 70 |
| Binary | 101110 | 11101110 | 11001101 | 1010001 | 0 | 1110 | 111 | 10101010 | 1010101 | 111000 |
Color Harmonies of #2EEECD
Complementary color
Monochromatic Colors of #2EEECD
Black with #2EEECD
Text Example
Text Example
White with #2EEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEECD; }
p { color: rgb(46,238,205); }
H1.HeaderClassName
{
color: #2EEECD;
}
.AnyTagClassName
{
color: #2EEECD;
}
</style>
background-color css
<style>
a { background-color: #2EEECD; }
a { background-color: rgb(46,238,205); }
div.DivClassName
{
background-color: #2EEECD;
}
.BgClassName
{
background-color: #2EEECD;
}
</style>
border-color css
<style>
span { border-color: #2EEECD; }
span { border-color: rgb(46,238,205); }
td.TdClassName
{
border-color: #2EEECD;
}
.TagClassName
{
border-color: #2EEECD;
}
</style>