Shades of Turquoise #2EDFF6
Tints of Turquoise #2EDFF6
RGB
CMYK
RGB Variations
Color information
#2EDFF6 (or 0x2EDFF6) is known color: Turquoise. HEX triplet: 2E, DF and F6. RGB value is (46,223,246). Sum of RGB (Red+Green+Blue) = 46+223+246=515 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.93% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #2EDFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDFF6 is #D12009. Grayscale: #ACACAC. Windows color (decimal): -13705226 or 16178990. OLE color: 16178990.
HSL color Cylindrical-coordinate representation of color #2EDFF6: hue angle of 186.9º 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 #2EDFF6 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 223 | 246 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.04 |
| HSL | 186.9º | 0.92% | 0.57% | - |
| HSV(B) | 186.9º | 0.81% | 0.96% | - |
| XYZ | 44.15 | 60.01 | 96.44 | - |
| YUV | 172.7 | 169.36 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 246 | 0.81 | 0.09 | 0 | 0.04 | 186.9 | 0.92 | 0.57 |
| Hex | 2E | DF | F6 | 51 | 9 | 0 | 4 | BB | 5C | 39 |
| Octal | 56 | 337 | 366 | 121 | 11 | 0 | 4 | 273 | 134 | 71 |
| Binary | 101110 | 11011111 | 11110110 | 1010001 | 1001 | 0 | 100 | 10111011 | 1011100 | 111001 |
Color Harmonies of #2EDFF6
Complementary color
Monochromatic Colors of #2EDFF6
Black with #2EDFF6
Text Example
Text Example
White with #2EDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFF6; }
p { color: rgb(46,223,246); }
H1.HeaderClassName
{
color: #2EDFF6;
}
.AnyTagClassName
{
color: #2EDFF6;
}
</style>
background-color css
<style>
a { background-color: #2EDFF6; }
a { background-color: rgb(46,223,246); }
div.DivClassName
{
background-color: #2EDFF6;
}
.BgClassName
{
background-color: #2EDFF6;
}
</style>
border-color css
<style>
span { border-color: #2EDFF6; }
span { border-color: rgb(46,223,246); }
td.TdClassName
{
border-color: #2EDFF6;
}
.TagClassName
{
border-color: #2EDFF6;
}
</style>