Shades of Turquoise #2EEBDF
Tints of Turquoise #2EEBDF
RGB
CMYK
RGB Variations
Color information
#2EEBDF (or 0x2EEBDF) is known color: Turquoise. HEX triplet: 2E, EB and DF. RGB value is (46,235,223). Sum of RGB (Red+Green+Blue) = 46+235+223=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBDF is #D11420. Grayscale: #B0B0B0. Windows color (decimal): -13702177 or 14674734. OLE color: 14674734.
HSL color Cylindrical-coordinate representation of color #2EEBDF: hue angle of 176.19º 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 #2EEBDF is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 223 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.08 |
| HSL | 176.19º | 0.83% | 0.55% | - |
| HSV(B) | 176.19º | 0.8% | 0.92% | - |
| XYZ | 44.15 | 65.33 | 80.09 | - |
| YUV | 177.12 | 153.88 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 223 | 0.80 | 0 | 0.05 | 0.08 | 176.19 | 0.83 | 0.55 |
| Hex | 2E | EB | DF | 50 | 0 | 5 | 8 | B0 | 53 | 37 |
| Octal | 56 | 353 | 337 | 120 | 0 | 5 | 10 | 260 | 123 | 67 |
| Binary | 101110 | 11101011 | 11011111 | 1010000 | 0 | 101 | 1000 | 10110000 | 1010011 | 110111 |
Color Harmonies of #2EEBDF
Complementary color
Monochromatic Colors of #2EEBDF
Black with #2EEBDF
Text Example
Text Example
White with #2EEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBDF; }
p { color: rgb(46,235,223); }
H1.HeaderClassName
{
color: #2EEBDF;
}
.AnyTagClassName
{
color: #2EEBDF;
}
</style>
background-color css
<style>
a { background-color: #2EEBDF; }
a { background-color: rgb(46,235,223); }
div.DivClassName
{
background-color: #2EEBDF;
}
.BgClassName
{
background-color: #2EEBDF;
}
</style>
border-color css
<style>
span { border-color: #2EEBDF; }
span { border-color: rgb(46,235,223); }
td.TdClassName
{
border-color: #2EEBDF;
}
.TagClassName
{
border-color: #2EEBDF;
}
</style>