Shades of Turquoise #2EEDEF
Tints of Turquoise #2EEDEF
RGB
CMYK
RGB Variations
Color information
#2EEDEF (or 0x2EEDEF) is known color: Turquoise. HEX triplet: 2E, ED and EF. RGB value is (46,237,239). Sum of RGB (Red+Green+Blue) = 46+237+239=522 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.81% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EEDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEDEF is #D11210. Grayscale: #B3B3B3. Windows color (decimal): -13701649 or 15723822. OLE color: 15723822.
HSL color Cylindrical-coordinate representation of color #2EEDEF: hue angle of 180.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDEF is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 237 | 239 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.06 |
| HSL | 180.62º | 0.86% | 0.56% | - |
| HSV(B) | 180.62º | 0.81% | 0.94% | - |
| XYZ | 46.99 | 67.38 | 92.19 | - |
| YUV | 180.12 | 161.22 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 239 | 0.81 | 0.01 | 0 | 0.06 | 180.62 | 0.86 | 0.56 |
| Hex | 2E | ED | EF | 51 | 1 | 0 | 6 | B5 | 56 | 38 |
| Octal | 56 | 355 | 357 | 121 | 1 | 0 | 6 | 265 | 126 | 70 |
| Binary | 101110 | 11101101 | 11101111 | 1010001 | 1 | 0 | 110 | 10110101 | 1010110 | 111000 |
Color Harmonies of #2EEDEF
Complementary color
Monochromatic Colors of #2EEDEF
Black with #2EEDEF
Text Example
Text Example
White with #2EEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDEF; }
p { color: rgb(46,237,239); }
H1.HeaderClassName
{
color: #2EEDEF;
}
.AnyTagClassName
{
color: #2EEDEF;
}
</style>
background-color css
<style>
a { background-color: #2EEDEF; }
a { background-color: rgb(46,237,239); }
div.DivClassName
{
background-color: #2EEDEF;
}
.BgClassName
{
background-color: #2EEDEF;
}
</style>
border-color css
<style>
span { border-color: #2EEDEF; }
span { border-color: rgb(46,237,239); }
td.TdClassName
{
border-color: #2EEDEF;
}
.TagClassName
{
border-color: #2EEDEF;
}
</style>