Shades of Bright Turquoise #2EE6FB
Tints of Bright Turquoise #2EE6FB
RGB
CMYK
RGB Variations
Color information
#2EE6FB (or 0x2EE6FB) is known color: Bright Turquoise. HEX triplet: 2E, E6 and FB. RGB value is (46,230,251). Sum of RGB (Red+Green+Blue) = 46+230+251=527 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.73% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EE6FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE6FB is #D11904. Grayscale: #B1B1B1. Windows color (decimal): -13703429 or 16508462. OLE color: 16508462.
HSL color Cylindrical-coordinate representation of color #2EE6FB: hue angle of 186.15º 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 #2EE6FB is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 230 | 251 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.02 |
| HSL | 186.15º | 0.96% | 0.58% | - |
| HSV(B) | 186.15º | 0.82% | 0.98% | - |
| XYZ | 46.84 | 64.14 | 101.18 | - |
| YUV | 177.38 | 169.54 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 251 | 0.82 | 0.08 | 0 | 0.02 | 186.15 | 0.96 | 0.58 |
| Hex | 2E | E6 | FB | 52 | 8 | 0 | 2 | BA | 60 | 3A |
| Octal | 56 | 346 | 373 | 122 | 10 | 0 | 2 | 272 | 140 | 72 |
| Binary | 101110 | 11100110 | 11111011 | 1010010 | 1000 | 0 | 10 | 10111010 | 1100000 | 111010 |
Color Harmonies of #2EE6FB
Complementary color
Monochromatic Colors of #2EE6FB
Black with #2EE6FB
Text Example
Text Example
White with #2EE6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE6FB; }
p { color: rgb(46,230,251); }
H1.HeaderClassName
{
color: #2EE6FB;
}
.AnyTagClassName
{
color: #2EE6FB;
}
</style>
background-color css
<style>
a { background-color: #2EE6FB; }
a { background-color: rgb(46,230,251); }
div.DivClassName
{
background-color: #2EE6FB;
}
.BgClassName
{
background-color: #2EE6FB;
}
</style>
border-color css
<style>
span { border-color: #2EE6FB; }
span { border-color: rgb(46,230,251); }
td.TdClassName
{
border-color: #2EE6FB;
}
.TagClassName
{
border-color: #2EE6FB;
}
</style>