Shades of Turquoise #2EDACF
Tints of Turquoise #2EDACF
RGB
CMYK
RGB Variations
Color information
#2EDACF (or 0x2EDACF) is known color: Turquoise. HEX triplet: 2E, DA and CF. RGB value is (46,218,207). Sum of RGB (Red+Green+Blue) = 46+218+207=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDACF is #D12530. Grayscale: #A5A5A5. Windows color (decimal): -13706545 or 13621806. OLE color: 13621806.
HSL color Cylindrical-coordinate representation of color #2EDACF: hue angle of 176.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDACF is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 207 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.15 |
| HSL | 176.16º | 0.7% | 0.52% | - |
| HSV(B) | 176.16º | 0.79% | 0.85% | - |
| XYZ | 37.46 | 55.23 | 67.72 | - |
| YUV | 165.32 | 151.52 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 207 | 0.79 | 0 | 0.05 | 0.15 | 176.16 | 0.7 | 0.52 |
| Hex | 2E | DA | CF | 4F | 0 | 5 | F | B0 | 46 | 34 |
| Octal | 56 | 332 | 317 | 117 | 0 | 5 | 17 | 260 | 106 | 64 |
| Binary | 101110 | 11011010 | 11001111 | 1001111 | 0 | 101 | 1111 | 10110000 | 1000110 | 110100 |
Color Harmonies of #2EDACF
Complementary color
Monochromatic Colors of #2EDACF
Black with #2EDACF
Text Example
Text Example
White with #2EDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDACF; }
p { color: rgb(46,218,207); }
H1.HeaderClassName
{
color: #2EDACF;
}
.AnyTagClassName
{
color: #2EDACF;
}
</style>
background-color css
<style>
a { background-color: #2EDACF; }
a { background-color: rgb(46,218,207); }
div.DivClassName
{
background-color: #2EDACF;
}
.BgClassName
{
background-color: #2EDACF;
}
</style>
border-color css
<style>
span { border-color: #2EDACF; }
span { border-color: rgb(46,218,207); }
td.TdClassName
{
border-color: #2EDACF;
}
.TagClassName
{
border-color: #2EDACF;
}
</style>