Shades of Turquoise #2EEDDA
Tints of Turquoise #2EEDDA
RGB
CMYK
RGB Variations
Color information
#2EEDDA (or 0x2EEDDA) is known color: Turquoise. HEX triplet: 2E, ED and DA. RGB value is (46,237,218). Sum of RGB (Red+Green+Blue) = 46+237+218=501 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.18% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDDA is #D11225. Grayscale: #B1B1B1. Windows color (decimal): -13701670 or 14347566. OLE color: 14347566.
HSL color Cylindrical-coordinate representation of color #2EEDDA: hue angle of 174.03º 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 #2EEDDA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 218 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.07 |
| HSL | 174.03º | 0.84% | 0.55% | - |
| HSV(B) | 174.03º | 0.81% | 0.93% | - |
| XYZ | 44.07 | 66.21 | 76.79 | - |
| YUV | 177.73 | 150.72 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 218 | 0.81 | 0 | 0.08 | 0.07 | 174.03 | 0.84 | 0.55 |
| Hex | 2E | ED | DA | 51 | 0 | 8 | 7 | AE | 54 | 37 |
| Octal | 56 | 355 | 332 | 121 | 0 | 10 | 7 | 256 | 124 | 67 |
| Binary | 101110 | 11101101 | 11011010 | 1010001 | 0 | 1000 | 111 | 10101110 | 1010100 | 110111 |
Color Harmonies of #2EEDDA
Complementary color
Monochromatic Colors of #2EEDDA
Black with #2EEDDA
Text Example
Text Example
White with #2EEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDDA; }
p { color: rgb(46,237,218); }
H1.HeaderClassName
{
color: #2EEDDA;
}
.AnyTagClassName
{
color: #2EEDDA;
}
</style>
background-color css
<style>
a { background-color: #2EEDDA; }
a { background-color: rgb(46,237,218); }
div.DivClassName
{
background-color: #2EEDDA;
}
.BgClassName
{
background-color: #2EEDDA;
}
</style>
border-color css
<style>
span { border-color: #2EEDDA; }
span { border-color: rgb(46,237,218); }
td.TdClassName
{
border-color: #2EEDDA;
}
.TagClassName
{
border-color: #2EEDDA;
}
</style>