Shades of Turquoise #2EDBEB
Tints of Turquoise #2EDBEB
RGB
CMYK
RGB Variations
Color information
#2EDBEB (or 0x2EDBEB) is known color: Turquoise. HEX triplet: 2E, DB and EB. RGB value is (46,219,235). Sum of RGB (Red+Green+Blue) = 46+219+235=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EDBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDBEB is #D12414. Grayscale: #A8A8A8. Windows color (decimal): -13706261 or 15457070. OLE color: 15457070.
HSL color Cylindrical-coordinate representation of color #2EDBEB: hue angle of 185.08º 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 #2EDBEB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 219 | 235 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.08 |
| HSL | 185.08º | 0.83% | 0.55% | - |
| HSV(B) | 185.08º | 0.8% | 0.92% | - |
| XYZ | 41.45 | 57.24 | 87.46 | - |
| YUV | 169.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 235 | 0.80 | 0.07 | 0 | 0.08 | 185.08 | 0.83 | 0.55 |
| Hex | 2E | DB | EB | 50 | 7 | 0 | 8 | B9 | 53 | 37 |
| Octal | 56 | 333 | 353 | 120 | 7 | 0 | 10 | 271 | 123 | 67 |
| Binary | 101110 | 11011011 | 11101011 | 1010000 | 111 | 0 | 1000 | 10111001 | 1010011 | 110111 |
Color Harmonies of #2EDBEB
Complementary color
Monochromatic Colors of #2EDBEB
Black with #2EDBEB
Text Example
Text Example
White with #2EDBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDBEB; }
p { color: rgb(46,219,235); }
H1.HeaderClassName
{
color: #2EDBEB;
}
.AnyTagClassName
{
color: #2EDBEB;
}
</style>
background-color css
<style>
a { background-color: #2EDBEB; }
a { background-color: rgb(46,219,235); }
div.DivClassName
{
background-color: #2EDBEB;
}
.BgClassName
{
background-color: #2EDBEB;
}
</style>
border-color css
<style>
span { border-color: #2EDBEB; }
span { border-color: rgb(46,219,235); }
td.TdClassName
{
border-color: #2EDBEB;
}
.TagClassName
{
border-color: #2EDBEB;
}
</style>