Shades of Turquoise #2EDBCA
Tints of Turquoise #2EDBCA
RGB
CMYK
RGB Variations
Color information
#2EDBCA (or 0x2EDBCA) is known color: Turquoise. HEX triplet: 2E, DB and CA. RGB value is (46,219,202). Sum of RGB (Red+Green+Blue) = 46+219+202=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDBCA is #D12435. Grayscale: #A5A5A5. Windows color (decimal): -13706294 or 13294382. OLE color: 13294382.
HSL color Cylindrical-coordinate representation of color #2EDBCA: hue angle of 174.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDBCA is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 202 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.14 |
| HSL | 174.1º | 0.71% | 0.52% | - |
| HSV(B) | 174.1º | 0.79% | 0.86% | - |
| XYZ | 37.12 | 55.51 | 64.63 | - |
| YUV | 165.34 | 148.69 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 202 | 0.79 | 0 | 0.08 | 0.14 | 174.1 | 0.71 | 0.52 |
| Hex | 2E | DB | CA | 4F | 0 | 8 | E | AE | 47 | 34 |
| Octal | 56 | 333 | 312 | 117 | 0 | 10 | 16 | 256 | 107 | 64 |
| Binary | 101110 | 11011011 | 11001010 | 1001111 | 0 | 1000 | 1110 | 10101110 | 1000111 | 110100 |
Color Harmonies of #2EDBCA
Complementary color
Monochromatic Colors of #2EDBCA
Black with #2EDBCA
Text Example
Text Example
White with #2EDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDBCA; }
p { color: rgb(46,219,202); }
H1.HeaderClassName
{
color: #2EDBCA;
}
.AnyTagClassName
{
color: #2EDBCA;
}
</style>
background-color css
<style>
a { background-color: #2EDBCA; }
a { background-color: rgb(46,219,202); }
div.DivClassName
{
background-color: #2EDBCA;
}
.BgClassName
{
background-color: #2EDBCA;
}
</style>
border-color css
<style>
span { border-color: #2EDBCA; }
span { border-color: rgb(46,219,202); }
td.TdClassName
{
border-color: #2EDBCA;
}
.TagClassName
{
border-color: #2EDBCA;
}
</style>