Shades of Bright Turquoise #2EE8FB
Tints of Bright Turquoise #2EE8FB
RGB
CMYK
RGB Variations
Color information
#2EE8FB (or 0x2EE8FB) is known color: Bright Turquoise. HEX triplet: 2E, E8 and FB. RGB value is (46,232,251). Sum of RGB (Red+Green+Blue) = 46+232+251=529 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.70% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EE8FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE8FB is #D11704. Grayscale: #B2B2B2. Windows color (decimal): -13702917 or 16508974. OLE color: 16508974.
HSL color Cylindrical-coordinate representation of color #2EE8FB: hue angle of 185.56º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE8FB is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 232 | 251 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.02 |
| HSL | 185.56º | 0.96% | 0.58% | - |
| HSV(B) | 185.56º | 0.82% | 0.98% | - |
| XYZ | 47.4 | 65.26 | 101.37 | - |
| YUV | 178.55 | 168.88 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 251 | 0.82 | 0.08 | 0 | 0.02 | 185.56 | 0.96 | 0.58 |
| Hex | 2E | E8 | FB | 52 | 8 | 0 | 2 | BA | 60 | 3A |
| Octal | 56 | 350 | 373 | 122 | 10 | 0 | 2 | 272 | 140 | 72 |
| Binary | 101110 | 11101000 | 11111011 | 1010010 | 1000 | 0 | 10 | 10111010 | 1100000 | 111010 |
Color Harmonies of #2EE8FB
Complementary color
Monochromatic Colors of #2EE8FB
Black with #2EE8FB
Text Example
Text Example
White with #2EE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8FB; }
p { color: rgb(46,232,251); }
H1.HeaderClassName
{
color: #2EE8FB;
}
.AnyTagClassName
{
color: #2EE8FB;
}
</style>
background-color css
<style>
a { background-color: #2EE8FB; }
a { background-color: rgb(46,232,251); }
div.DivClassName
{
background-color: #2EE8FB;
}
.BgClassName
{
background-color: #2EE8FB;
}
</style>
border-color css
<style>
span { border-color: #2EE8FB; }
span { border-color: rgb(46,232,251); }
td.TdClassName
{
border-color: #2EE8FB;
}
.TagClassName
{
border-color: #2EE8FB;
}
</style>