Shades of Turquoise #2EDEF6
Tints of Turquoise #2EDEF6
RGB
CMYK
RGB Variations
Color information
#2EDEF6 (or 0x2EDEF6) is known color: Turquoise. HEX triplet: 2E, DE and F6. RGB value is (46,222,246). Sum of RGB (Red+Green+Blue) = 46+222+246=514 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.95% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #2EDEF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEF6 is #D12109. Grayscale: #ABABAB. Windows color (decimal): -13705482 or 16178734. OLE color: 16178734.
HSL color Cylindrical-coordinate representation of color #2EDEF6: hue angle of 187.2º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EDEF6 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 222 | 246 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.04 |
| HSL | 187.2º | 0.92% | 0.57% | - |
| HSV(B) | 187.2º | 0.81% | 0.96% | - |
| XYZ | 43.88 | 59.48 | 96.36 | - |
| YUV | 172.11 | 169.69 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 246 | 0.81 | 0.10 | 0 | 0.04 | 187.2 | 0.92 | 0.57 |
| Hex | 2E | DE | F6 | 51 | A | 0 | 4 | BB | 5C | 39 |
| Octal | 56 | 336 | 366 | 121 | 12 | 0 | 4 | 273 | 134 | 71 |
| Binary | 101110 | 11011110 | 11110110 | 1010001 | 1010 | 0 | 100 | 10111011 | 1011100 | 111001 |
Color Harmonies of #2EDEF6
Complementary color
Monochromatic Colors of #2EDEF6
Black with #2EDEF6
Text Example
Text Example
White with #2EDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEF6; }
p { color: rgb(46,222,246); }
H1.HeaderClassName
{
color: #2EDEF6;
}
.AnyTagClassName
{
color: #2EDEF6;
}
</style>
background-color css
<style>
a { background-color: #2EDEF6; }
a { background-color: rgb(46,222,246); }
div.DivClassName
{
background-color: #2EDEF6;
}
.BgClassName
{
background-color: #2EDEF6;
}
</style>
border-color css
<style>
span { border-color: #2EDEF6; }
span { border-color: rgb(46,222,246); }
td.TdClassName
{
border-color: #2EDEF6;
}
.TagClassName
{
border-color: #2EDEF6;
}
</style>