Shades of Bright Turquoise #0EE0FB
Tints of Bright Turquoise #0EE0FB
RGB
CMYK
RGB Variations
Color information
#0EE0FB (or 0x0EE0FB) is known color: Bright Turquoise. HEX triplet: 0E, E0 and FB. RGB value is (14,224,251). Sum of RGB (Red+Green+Blue) = 14+224+251=489 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.86% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #0EE0FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE0FB is #F11F04. Grayscale: #A3A3A3. Windows color (decimal): -15802117 or 16506894. OLE color: 16506894.
HSL color Cylindrical-coordinate representation of color #0EE0FB: hue angle of 186.84º 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 #0EE0FB is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 224 | 251 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.02 |
| HSL | 186.84º | 0.97% | 0.52% | - |
| HSV(B) | 186.84º | 0.94% | 0.98% | - |
| XYZ | 44.25 | 60.37 | 100.59 | - |
| YUV | 164.29 | 176.93 | 20.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 251 | 0.94 | 0.11 | 0 | 0.02 | 186.84 | 0.97 | 0.52 |
| Hex | E | E0 | FB | 5E | B | 0 | 2 | BB | 61 | 34 |
| Octal | 16 | 340 | 373 | 136 | 13 | 0 | 2 | 273 | 141 | 64 |
| Binary | 1110 | 11100000 | 11111011 | 1011110 | 1011 | 0 | 10 | 10111011 | 1100001 | 110100 |
Color Harmonies of #0EE0FB
Complementary color
Monochromatic Colors of #0EE0FB
Black with #0EE0FB
Text Example
Text Example
White with #0EE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE0FB; }
p { color: rgb(14,224,251); }
H1.HeaderClassName
{
color: #0EE0FB;
}
.AnyTagClassName
{
color: #0EE0FB;
}
</style>
background-color css
<style>
a { background-color: #0EE0FB; }
a { background-color: rgb(14,224,251); }
div.DivClassName
{
background-color: #0EE0FB;
}
.BgClassName
{
background-color: #0EE0FB;
}
</style>
border-color css
<style>
span { border-color: #0EE0FB; }
span { border-color: rgb(14,224,251); }
td.TdClassName
{
border-color: #0EE0FB;
}
.TagClassName
{
border-color: #0EE0FB;
}
</style>