Shades of Turquoise #2EEBCA
Tints of Turquoise #2EEBCA
RGB
CMYK
RGB Variations
Color information
#2EEBCA (or 0x2EEBCA) is known color: Turquoise. HEX triplet: 2E, EB and CA. RGB value is (46,235,202). Sum of RGB (Red+Green+Blue) = 46+235+202=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBCA is #D11435. Grayscale: #AEAEAE. Windows color (decimal): -13702198 or 13298478. OLE color: 13298478.
HSL color Cylindrical-coordinate representation of color #2EEBCA: hue angle of 169.52º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEBCA is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 202 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.08 |
| HSL | 169.52º | 0.83% | 0.55% | - |
| HSV(B) | 169.52º | 0.8% | 0.92% | - |
| XYZ | 41.5 | 64.26 | 66.09 | - |
| YUV | 174.73 | 143.38 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 202 | 0.80 | 0 | 0.14 | 0.08 | 169.52 | 0.83 | 0.55 |
| Hex | 2E | EB | CA | 50 | 0 | E | 8 | AA | 53 | 37 |
| Octal | 56 | 353 | 312 | 120 | 0 | 16 | 10 | 252 | 123 | 67 |
| Binary | 101110 | 11101011 | 11001010 | 1010000 | 0 | 1110 | 1000 | 10101010 | 1010011 | 110111 |
Color Harmonies of #2EEBCA
Complementary color
Monochromatic Colors of #2EEBCA
Black with #2EEBCA
Text Example
Text Example
White with #2EEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBCA; }
p { color: rgb(46,235,202); }
H1.HeaderClassName
{
color: #2EEBCA;
}
.AnyTagClassName
{
color: #2EEBCA;
}
</style>
background-color css
<style>
a { background-color: #2EEBCA; }
a { background-color: rgb(46,235,202); }
div.DivClassName
{
background-color: #2EEBCA;
}
.BgClassName
{
background-color: #2EEBCA;
}
</style>
border-color css
<style>
span { border-color: #2EEBCA; }
span { border-color: rgb(46,235,202); }
td.TdClassName
{
border-color: #2EEBCA;
}
.TagClassName
{
border-color: #2EEBCA;
}
</style>