Shades of Bright Turquoise #0EE2FB
Tints of Bright Turquoise #0EE2FB
RGB
CMYK
RGB Variations
Color information
#0EE2FB (or 0x0EE2FB) is known color: Bright Turquoise. HEX triplet: 0E, E2 and FB. RGB value is (14,226,251). Sum of RGB (Red+Green+Blue) = 14+226+251=491 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.85% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #0EE2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE2FB is #F11D04. Grayscale: #A5A5A5. Windows color (decimal): -15801605 or 16507406. OLE color: 16507406.
HSL color Cylindrical-coordinate representation of color #0EE2FB: hue angle of 186.33º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE2FB is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 226 | 251 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.02 |
| HSL | 186.33º | 0.97% | 0.52% | - |
| HSV(B) | 186.33º | 0.94% | 0.98% | - |
| XYZ | 44.79 | 61.45 | 100.77 | - |
| YUV | 165.46 | 176.26 | 19.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 226 | 251 | 0.94 | 0.10 | 0 | 0.02 | 186.33 | 0.97 | 0.52 |
| Hex | E | E2 | FB | 5E | A | 0 | 2 | BA | 61 | 34 |
| Octal | 16 | 342 | 373 | 136 | 12 | 0 | 2 | 272 | 141 | 64 |
| Binary | 1110 | 11100010 | 11111011 | 1011110 | 1010 | 0 | 10 | 10111010 | 1100001 | 110100 |
Color Harmonies of #0EE2FB
Complementary color
Monochromatic Colors of #0EE2FB
Black with #0EE2FB
Text Example
Text Example
White with #0EE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE2FB; }
p { color: rgb(14,226,251); }
H1.HeaderClassName
{
color: #0EE2FB;
}
.AnyTagClassName
{
color: #0EE2FB;
}
</style>
background-color css
<style>
a { background-color: #0EE2FB; }
a { background-color: rgb(14,226,251); }
div.DivClassName
{
background-color: #0EE2FB;
}
.BgClassName
{
background-color: #0EE2FB;
}
</style>
border-color css
<style>
span { border-color: #0EE2FB; }
span { border-color: rgb(14,226,251); }
td.TdClassName
{
border-color: #0EE2FB;
}
.TagClassName
{
border-color: #0EE2FB;
}
</style>