Shades of Turquoise #2EDACE
Tints of Turquoise #2EDACE
RGB
CMYK
RGB Variations
Color information
#2EDACE (or 0x2EDACE) is known color: Turquoise. HEX triplet: 2E, DA and CE. RGB value is (46,218,206). Sum of RGB (Red+Green+Blue) = 46+218+206=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDACE is #D12531. Grayscale: #A5A5A5. Windows color (decimal): -13706546 or 13556270. OLE color: 13556270.
HSL color Cylindrical-coordinate representation of color #2EDACE: hue angle of 175.81º 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 #2EDACE is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 46 | 218 | 206 | - |
CMYK | 0.79 | 0 | 0.06 | 0.15 |
HSL | 175.81º | 0.7% | 0.52% | - |
HSV(B) | 175.81º | 0.79% | 0.85% | - |
XYZ | 37.34 | 55.18 | 67.08 | - |
YUV | 165.2 | 151.02 | 42.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 218 | 206 | 0.79 | 0 | 0.06 | 0.15 | 175.81 | 0.7 | 0.52 |
Hex | 2E | DA | CE | 4F | 0 | 6 | F | B0 | 46 | 34 |
Octal | 56 | 332 | 316 | 117 | 0 | 6 | 17 | 260 | 106 | 64 |
Binary | 101110 | 11011010 | 11001110 | 1001111 | 0 | 110 | 1111 | 10110000 | 1000110 | 110100 |
Color Harmonies of #2EDACE
Complementary color
Monochromatic Colors of #2EDACE
Black with #2EDACE
Text Example
Text Example
White with #2EDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDACE; }
p { color: rgb(46,218,206); }
H1.HeaderClassName
{
color: #2EDACE;
}
.AnyTagClassName
{
color: #2EDACE;
}
</style>
background-color css
<style>
a { background-color: #2EDACE; }
a { background-color: rgb(46,218,206); }
div.DivClassName
{
background-color: #2EDACE;
}
.BgClassName
{
background-color: #2EDACE;
}
</style>
border-color css
<style>
span { border-color: #2EDACE; }
span { border-color: rgb(46,218,206); }
td.TdClassName
{
border-color: #2EDACE;
}
.TagClassName
{
border-color: #2EDACE;
}
</style>