Shades of Turquoise #2EEEDF
Tints of Turquoise #2EEEDF
RGB
CMYK
RGB Variations
Color information
#2EEEDF (or 0x2EEEDF) is known color: Turquoise. HEX triplet: 2E, EE and DF. RGB value is (46,238,223). Sum of RGB (Red+Green+Blue) = 46+238+223=507 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.07% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEDF is #D11120. Grayscale: #B2B2B2. Windows color (decimal): -13701409 or 14675502. OLE color: 14675502.
HSL color Cylindrical-coordinate representation of color #2EEEDF: hue angle of 175.31º 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 #2EEEDF is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 223 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.07 |
| HSL | 175.31º | 0.85% | 0.56% | - |
| HSV(B) | 175.31º | 0.81% | 0.93% | - |
| XYZ | 45.02 | 67.06 | 80.38 | - |
| YUV | 178.88 | 152.89 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 223 | 0.81 | 0 | 0.06 | 0.07 | 175.31 | 0.85 | 0.56 |
| Hex | 2E | EE | DF | 51 | 0 | 6 | 7 | AF | 55 | 38 |
| Octal | 56 | 356 | 337 | 121 | 0 | 6 | 7 | 257 | 125 | 70 |
| Binary | 101110 | 11101110 | 11011111 | 1010001 | 0 | 110 | 111 | 10101111 | 1010101 | 111000 |
Color Harmonies of #2EEEDF
Complementary color
Monochromatic Colors of #2EEEDF
Black with #2EEEDF
Text Example
Text Example
White with #2EEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEDF; }
p { color: rgb(46,238,223); }
H1.HeaderClassName
{
color: #2EEEDF;
}
.AnyTagClassName
{
color: #2EEEDF;
}
</style>
background-color css
<style>
a { background-color: #2EEEDF; }
a { background-color: rgb(46,238,223); }
div.DivClassName
{
background-color: #2EEEDF;
}
.BgClassName
{
background-color: #2EEEDF;
}
</style>
border-color css
<style>
span { border-color: #2EEEDF; }
span { border-color: rgb(46,238,223); }
td.TdClassName
{
border-color: #2EEEDF;
}
.TagClassName
{
border-color: #2EEEDF;
}
</style>