Shades of Turquoise #2EEECC
Tints of Turquoise #2EEECC
RGB
CMYK
RGB Variations
Color information
#2EEECC (or 0x2EEECC) is known color: Turquoise. HEX triplet: 2E, EE and CC. RGB value is (46,238,204). Sum of RGB (Red+Green+Blue) = 46+238+204=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEECC is #D11133. Grayscale: #B0B0B0. Windows color (decimal): -13701428 or 13430318. OLE color: 13430318.
HSL color Cylindrical-coordinate representation of color #2EEECC: hue angle of 169.38º 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 #2EEECC is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 204 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.07 |
| HSL | 169.38º | 0.85% | 0.56% | - |
| HSV(B) | 169.38º | 0.81% | 0.93% | - |
| XYZ | 42.6 | 66.09 | 67.64 | - |
| YUV | 176.72 | 143.39 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 204 | 0.81 | 0 | 0.14 | 0.07 | 169.38 | 0.85 | 0.56 |
| Hex | 2E | EE | CC | 51 | 0 | E | 7 | A9 | 55 | 38 |
| Octal | 56 | 356 | 314 | 121 | 0 | 16 | 7 | 251 | 125 | 70 |
| Binary | 101110 | 11101110 | 11001100 | 1010001 | 0 | 1110 | 111 | 10101001 | 1010101 | 111000 |
Color Harmonies of #2EEECC
Complementary color
Monochromatic Colors of #2EEECC
Black with #2EEECC
Text Example
Text Example
White with #2EEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEECC; }
p { color: rgb(46,238,204); }
H1.HeaderClassName
{
color: #2EEECC;
}
.AnyTagClassName
{
color: #2EEECC;
}
</style>
background-color css
<style>
a { background-color: #2EEECC; }
a { background-color: rgb(46,238,204); }
div.DivClassName
{
background-color: #2EEECC;
}
.BgClassName
{
background-color: #2EEECC;
}
</style>
border-color css
<style>
span { border-color: #2EEECC; }
span { border-color: rgb(46,238,204); }
td.TdClassName
{
border-color: #2EEECC;
}
.TagClassName
{
border-color: #2EEECC;
}
</style>