Shades of Turquoise #2EECCC
Tints of Turquoise #2EECCC
RGB
CMYK
RGB Variations
Color information
#2EECCC (or 0x2EECCC) is known color: Turquoise. HEX triplet: 2E, EC and CC. RGB value is (46,236,204). Sum of RGB (Red+Green+Blue) = 46+236+204=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECCC is #D11333. Grayscale: #AFAFAF. Windows color (decimal): -13701940 or 13429806. OLE color: 13429806.
HSL color Cylindrical-coordinate representation of color #2EECCC: hue angle of 169.89º 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 #2EECCC is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 204 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.07 |
| HSL | 169.89º | 0.83% | 0.55% | - |
| HSV(B) | 169.89º | 0.81% | 0.93% | - |
| XYZ | 42.02 | 64.93 | 67.45 | - |
| YUV | 175.54 | 144.05 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 204 | 0.81 | 0 | 0.14 | 0.07 | 169.89 | 0.83 | 0.55 |
| Hex | 2E | EC | CC | 51 | 0 | E | 7 | AA | 53 | 37 |
| Octal | 56 | 354 | 314 | 121 | 0 | 16 | 7 | 252 | 123 | 67 |
| Binary | 101110 | 11101100 | 11001100 | 1010001 | 0 | 1110 | 111 | 10101010 | 1010011 | 110111 |
Color Harmonies of #2EECCC
Complementary color
Monochromatic Colors of #2EECCC
Black with #2EECCC
Text Example
Text Example
White with #2EECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECCC; }
p { color: rgb(46,236,204); }
H1.HeaderClassName
{
color: #2EECCC;
}
.AnyTagClassName
{
color: #2EECCC;
}
</style>
background-color css
<style>
a { background-color: #2EECCC; }
a { background-color: rgb(46,236,204); }
div.DivClassName
{
background-color: #2EECCC;
}
.BgClassName
{
background-color: #2EECCC;
}
</style>
border-color css
<style>
span { border-color: #2EECCC; }
span { border-color: rgb(46,236,204); }
td.TdClassName
{
border-color: #2EECCC;
}
.TagClassName
{
border-color: #2EECCC;
}
</style>