Shades of Bright Turquoise #0EE2FA
Tints of Bright Turquoise #0EE2FA
RGB
CMYK
RGB Variations
Color information
#0EE2FA (or 0x0EE2FA) is known color: Bright Turquoise. HEX triplet: 0E, E2 and FA. RGB value is (14,226,250). Sum of RGB (Red+Green+Blue) = 14+226+250=490 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.86% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #0EE2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE2FA is #F11D05. Grayscale: #A5A5A5. Windows color (decimal): -15801606 or 16441870. OLE color: 16441870.
HSL color Cylindrical-coordinate representation of color #0EE2FA: hue angle of 186.1º degrees, saturation: 0.96, 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 #0EE2FA is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 226 | 250 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.02 |
| HSL | 186.1º | 0.96% | 0.52% | - |
| HSV(B) | 186.1º | 0.94% | 0.98% | - |
| XYZ | 44.63 | 61.39 | 99.94 | - |
| YUV | 165.35 | 175.76 | 20.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 226 | 250 | 0.94 | 0.10 | 0 | 0.02 | 186.1 | 0.96 | 0.52 |
| Hex | E | E2 | FA | 5E | A | 0 | 2 | BA | 60 | 34 |
| Octal | 16 | 342 | 372 | 136 | 12 | 0 | 2 | 272 | 140 | 64 |
| Binary | 1110 | 11100010 | 11111010 | 1011110 | 1010 | 0 | 10 | 10111010 | 1100000 | 110100 |
Color Harmonies of #0EE2FA
Complementary color
Monochromatic Colors of #0EE2FA
Black with #0EE2FA
Text Example
Text Example
White with #0EE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE2FA; }
p { color: rgb(14,226,250); }
H1.HeaderClassName
{
color: #0EE2FA;
}
.AnyTagClassName
{
color: #0EE2FA;
}
</style>
background-color css
<style>
a { background-color: #0EE2FA; }
a { background-color: rgb(14,226,250); }
div.DivClassName
{
background-color: #0EE2FA;
}
.BgClassName
{
background-color: #0EE2FA;
}
</style>
border-color css
<style>
span { border-color: #0EE2FA; }
span { border-color: rgb(14,226,250); }
td.TdClassName
{
border-color: #0EE2FA;
}
.TagClassName
{
border-color: #0EE2FA;
}
</style>