Shades of Turquoise #2EECBD
Tints of Turquoise #2EECBD
RGB
CMYK
RGB Variations
Color information
#2EECBD (or 0x2EECBD) is known color: Turquoise. HEX triplet: 2E, EC and BD. RGB value is (46,236,189). Sum of RGB (Red+Green+Blue) = 46+236+189=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECBD is #D11342. Grayscale: #ADADAD. Windows color (decimal): -13701955 or 12446766. OLE color: 12446766.
HSL color Cylindrical-coordinate representation of color #2EECBD: hue angle of 165.16º 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 #2EECBD is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 189 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.07 |
| HSL | 165.16º | 0.83% | 0.55% | - |
| HSV(B) | 165.16º | 0.81% | 0.93% | - |
| XYZ | 40.31 | 64.25 | 58.42 | - |
| YUV | 173.83 | 136.55 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 189 | 0.81 | 0 | 0.20 | 0.07 | 165.16 | 0.83 | 0.55 |
| Hex | 2E | EC | BD | 51 | 0 | 14 | 7 | A5 | 53 | 37 |
| Octal | 56 | 354 | 275 | 121 | 0 | 24 | 7 | 245 | 123 | 67 |
| Binary | 101110 | 11101100 | 10111101 | 1010001 | 0 | 10100 | 111 | 10100101 | 1010011 | 110111 |
Color Harmonies of #2EECBD
Complementary color
Monochromatic Colors of #2EECBD
Black with #2EECBD
Text Example
Text Example
White with #2EECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECBD; }
p { color: rgb(46,236,189); }
H1.HeaderClassName
{
color: #2EECBD;
}
.AnyTagClassName
{
color: #2EECBD;
}
</style>
background-color css
<style>
a { background-color: #2EECBD; }
a { background-color: rgb(46,236,189); }
div.DivClassName
{
background-color: #2EECBD;
}
.BgClassName
{
background-color: #2EECBD;
}
</style>
border-color css
<style>
span { border-color: #2EECBD; }
span { border-color: rgb(46,236,189); }
td.TdClassName
{
border-color: #2EECBD;
}
.TagClassName
{
border-color: #2EECBD;
}
</style>