Shades of Turquoise #2EEDDB
Tints of Turquoise #2EEDDB
RGB
CMYK
RGB Variations
Color information
#2EEDDB (or 0x2EEDDB) is known color: Turquoise. HEX triplet: 2E, ED and DB. RGB value is (46,237,219). Sum of RGB (Red+Green+Blue) = 46+237+219=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDDB is #D11224. Grayscale: #B1B1B1. Windows color (decimal): -13701669 or 14413102. OLE color: 14413102.
HSL color Cylindrical-coordinate representation of color #2EEDDB: hue angle of 174.35º degrees, saturation: 0.84, 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 #2EEDDB is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 219 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.07 |
| HSL | 174.35º | 0.84% | 0.55% | - |
| HSV(B) | 174.35º | 0.81% | 0.93% | - |
| XYZ | 44.2 | 66.26 | 77.48 | - |
| YUV | 177.84 | 151.22 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 219 | 0.81 | 0 | 0.08 | 0.07 | 174.35 | 0.84 | 0.55 |
| Hex | 2E | ED | DB | 51 | 0 | 8 | 7 | AE | 54 | 37 |
| Octal | 56 | 355 | 333 | 121 | 0 | 10 | 7 | 256 | 124 | 67 |
| Binary | 101110 | 11101101 | 11011011 | 1010001 | 0 | 1000 | 111 | 10101110 | 1010100 | 110111 |
Color Harmonies of #2EEDDB
Complementary color
Monochromatic Colors of #2EEDDB
Black with #2EEDDB
Text Example
Text Example
White with #2EEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDDB; }
p { color: rgb(46,237,219); }
H1.HeaderClassName
{
color: #2EEDDB;
}
.AnyTagClassName
{
color: #2EEDDB;
}
</style>
background-color css
<style>
a { background-color: #2EEDDB; }
a { background-color: rgb(46,237,219); }
div.DivClassName
{
background-color: #2EEDDB;
}
.BgClassName
{
background-color: #2EEDDB;
}
</style>
border-color css
<style>
span { border-color: #2EEDDB; }
span { border-color: rgb(46,237,219); }
td.TdClassName
{
border-color: #2EEDDB;
}
.TagClassName
{
border-color: #2EEDDB;
}
</style>