Shades of Turquoise #2EECDA
Tints of Turquoise #2EECDA
RGB
CMYK
RGB Variations
Color information
#2EECDA (or 0x2EECDA) is known color: Turquoise. HEX triplet: 2E, EC and DA. RGB value is (46,236,218). Sum of RGB (Red+Green+Blue) = 46+236+218=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECDA is #D11325. Grayscale: #B1B1B1. Windows color (decimal): -13701926 or 14347310. OLE color: 14347310.
HSL color Cylindrical-coordinate representation of color #2EECDA: hue angle of 174.32º 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 #2EECDA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 218 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.07 |
| HSL | 174.32º | 0.83% | 0.55% | - |
| HSV(B) | 174.32º | 0.81% | 0.93% | - |
| XYZ | 43.78 | 65.63 | 76.69 | - |
| YUV | 177.14 | 151.05 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 218 | 0.81 | 0 | 0.08 | 0.07 | 174.32 | 0.83 | 0.55 |
| Hex | 2E | EC | DA | 51 | 0 | 8 | 7 | AE | 53 | 37 |
| Octal | 56 | 354 | 332 | 121 | 0 | 10 | 7 | 256 | 123 | 67 |
| Binary | 101110 | 11101100 | 11011010 | 1010001 | 0 | 1000 | 111 | 10101110 | 1010011 | 110111 |
Color Harmonies of #2EECDA
Complementary color
Monochromatic Colors of #2EECDA
Black with #2EECDA
Text Example
Text Example
White with #2EECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECDA; }
p { color: rgb(46,236,218); }
H1.HeaderClassName
{
color: #2EECDA;
}
.AnyTagClassName
{
color: #2EECDA;
}
</style>
background-color css
<style>
a { background-color: #2EECDA; }
a { background-color: rgb(46,236,218); }
div.DivClassName
{
background-color: #2EECDA;
}
.BgClassName
{
background-color: #2EECDA;
}
</style>
border-color css
<style>
span { border-color: #2EECDA; }
span { border-color: rgb(46,236,218); }
td.TdClassName
{
border-color: #2EECDA;
}
.TagClassName
{
border-color: #2EECDA;
}
</style>