Shades of Turquoise #2EECD5
Tints of Turquoise #2EECD5
RGB
CMYK
RGB Variations
Color information
#2EECD5 (or 0x2EECD5) is known color: Turquoise. HEX triplet: 2E, EC and D5. RGB value is (46,236,213). Sum of RGB (Red+Green+Blue) = 46+236+213=495 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.29% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECD5 is #D1132A. Grayscale: #B0B0B0. Windows color (decimal): -13701931 or 14019630. OLE color: 14019630.
HSL color Cylindrical-coordinate representation of color #2EECD5: hue angle of 172.74º 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 #2EECD5 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 213 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.07 |
| HSL | 172.74º | 0.83% | 0.55% | - |
| HSV(B) | 172.74º | 0.81% | 0.93% | - |
| XYZ | 43.13 | 65.38 | 73.3 | - |
| YUV | 176.57 | 148.55 | 34.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 213 | 0.81 | 0 | 0.10 | 0.07 | 172.74 | 0.83 | 0.55 |
| Hex | 2E | EC | D5 | 51 | 0 | A | 7 | AD | 53 | 37 |
| Octal | 56 | 354 | 325 | 121 | 0 | 12 | 7 | 255 | 123 | 67 |
| Binary | 101110 | 11101100 | 11010101 | 1010001 | 0 | 1010 | 111 | 10101101 | 1010011 | 110111 |
Color Harmonies of #2EECD5
Complementary color
Monochromatic Colors of #2EECD5
Black with #2EECD5
Text Example
Text Example
White with #2EECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECD5; }
p { color: rgb(46,236,213); }
H1.HeaderClassName
{
color: #2EECD5;
}
.AnyTagClassName
{
color: #2EECD5;
}
</style>
background-color css
<style>
a { background-color: #2EECD5; }
a { background-color: rgb(46,236,213); }
div.DivClassName
{
background-color: #2EECD5;
}
.BgClassName
{
background-color: #2EECD5;
}
</style>
border-color css
<style>
span { border-color: #2EECD5; }
span { border-color: rgb(46,236,213); }
td.TdClassName
{
border-color: #2EECD5;
}
.TagClassName
{
border-color: #2EECD5;
}
</style>