Shades of Turquoise #2EECF6
Tints of Turquoise #2EECF6
RGB
CMYK
RGB Variations
Color information
#2EECF6 (or 0x2EECF6) is known color: Turquoise. HEX triplet: 2E, EC and F6. RGB value is (46,236,246). Sum of RGB (Red+Green+Blue) = 46+236+246=528 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.71% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #2EECF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EECF6 is #D11309. Grayscale: #B4B4B4. Windows color (decimal): -13701898 or 16182318. OLE color: 16182318.
HSL color Cylindrical-coordinate representation of color #2EECF6: hue angle of 183º 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 #2EECF6 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 236 | 246 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.04 |
| HSL | 183º | 0.92% | 0.57% | - |
| HSV(B) | 183º | 0.81% | 0.96% | - |
| XYZ | 47.76 | 67.23 | 97.65 | - |
| YUV | 180.33 | 165.05 | 32.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 246 | 0.81 | 0.04 | 0 | 0.04 | 183 | 0.92 | 0.57 |
| Hex | 2E | EC | F6 | 51 | 4 | 0 | 4 | B7 | 5C | 39 |
| Octal | 56 | 354 | 366 | 121 | 4 | 0 | 4 | 267 | 134 | 71 |
| Binary | 101110 | 11101100 | 11110110 | 1010001 | 100 | 0 | 100 | 10110111 | 1011100 | 111001 |
Color Harmonies of #2EECF6
Complementary color
Monochromatic Colors of #2EECF6
Black with #2EECF6
Text Example
Text Example
White with #2EECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECF6; }
p { color: rgb(46,236,246); }
H1.HeaderClassName
{
color: #2EECF6;
}
.AnyTagClassName
{
color: #2EECF6;
}
</style>
background-color css
<style>
a { background-color: #2EECF6; }
a { background-color: rgb(46,236,246); }
div.DivClassName
{
background-color: #2EECF6;
}
.BgClassName
{
background-color: #2EECF6;
}
</style>
border-color css
<style>
span { border-color: #2EECF6; }
span { border-color: rgb(46,236,246); }
td.TdClassName
{
border-color: #2EECF6;
}
.TagClassName
{
border-color: #2EECF6;
}
</style>