Shades of Turquoise #2EEEDB
Tints of Turquoise #2EEEDB
RGB
CMYK
RGB Variations
Color information
#2EEEDB (or 0x2EEEDB) is known color: Turquoise. HEX triplet: 2E, EE and DB. RGB value is (46,238,219). Sum of RGB (Red+Green+Blue) = 46+238+219=503 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.15% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEDB is #D11124. Grayscale: #B2B2B2. Windows color (decimal): -13701413 or 14413358. OLE color: 14413358.
HSL color Cylindrical-coordinate representation of color #2EEEDB: hue angle of 174.06º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEDB is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 219 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.07 |
| HSL | 174.06º | 0.85% | 0.56% | - |
| HSV(B) | 174.06º | 0.81% | 0.93% | - |
| XYZ | 44.49 | 66.84 | 77.58 | - |
| YUV | 178.43 | 150.89 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 219 | 0.81 | 0 | 0.08 | 0.07 | 174.06 | 0.85 | 0.56 |
| Hex | 2E | EE | DB | 51 | 0 | 8 | 7 | AE | 55 | 38 |
| Octal | 56 | 356 | 333 | 121 | 0 | 10 | 7 | 256 | 125 | 70 |
| Binary | 101110 | 11101110 | 11011011 | 1010001 | 0 | 1000 | 111 | 10101110 | 1010101 | 111000 |
Color Harmonies of #2EEEDB
Complementary color
Monochromatic Colors of #2EEEDB
Black with #2EEEDB
Text Example
Text Example
White with #2EEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEDB; }
p { color: rgb(46,238,219); }
H1.HeaderClassName
{
color: #2EEEDB;
}
.AnyTagClassName
{
color: #2EEEDB;
}
</style>
background-color css
<style>
a { background-color: #2EEEDB; }
a { background-color: rgb(46,238,219); }
div.DivClassName
{
background-color: #2EEEDB;
}
.BgClassName
{
background-color: #2EEEDB;
}
</style>
border-color css
<style>
span { border-color: #2EEEDB; }
span { border-color: rgb(46,238,219); }
td.TdClassName
{
border-color: #2EEEDB;
}
.TagClassName
{
border-color: #2EEEDB;
}
</style>