Shades of Turquoise #2EE6F7
Tints of Turquoise #2EE6F7
RGB
CMYK
RGB Variations
Color information
#2EE6F7 (or 0x2EE6F7) is known color: Turquoise. HEX triplet: 2E, E6 and F7. RGB value is (46,230,247). Sum of RGB (Red+Green+Blue) = 46+230+247=523 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.80% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #2EE6F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE6F7 is #D11908. Grayscale: #B0B0B0. Windows color (decimal): -13703433 or 16246318. OLE color: 16246318.
HSL color Cylindrical-coordinate representation of color #2EE6F7: hue angle of 185.07º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE6F7 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 230 | 247 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.03 |
| HSL | 185.07º | 0.93% | 0.57% | - |
| HSV(B) | 185.07º | 0.81% | 0.97% | - |
| XYZ | 46.21 | 63.89 | 97.89 | - |
| YUV | 176.92 | 167.54 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 247 | 0.81 | 0.07 | 0 | 0.03 | 185.07 | 0.93 | 0.57 |
| Hex | 2E | E6 | F7 | 51 | 7 | 0 | 3 | B9 | 5D | 39 |
| Octal | 56 | 346 | 367 | 121 | 7 | 0 | 3 | 271 | 135 | 71 |
| Binary | 101110 | 11100110 | 11110111 | 1010001 | 111 | 0 | 11 | 10111001 | 1011101 | 111001 |
Color Harmonies of #2EE6F7
Complementary color
Monochromatic Colors of #2EE6F7
Black with #2EE6F7
Text Example
Text Example
White with #2EE6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE6F7; }
p { color: rgb(46,230,247); }
H1.HeaderClassName
{
color: #2EE6F7;
}
.AnyTagClassName
{
color: #2EE6F7;
}
</style>
background-color css
<style>
a { background-color: #2EE6F7; }
a { background-color: rgb(46,230,247); }
div.DivClassName
{
background-color: #2EE6F7;
}
.BgClassName
{
background-color: #2EE6F7;
}
</style>
border-color css
<style>
span { border-color: #2EE6F7; }
span { border-color: rgb(46,230,247); }
td.TdClassName
{
border-color: #2EE6F7;
}
.TagClassName
{
border-color: #2EE6F7;
}
</style>