Shades of Bright Turquoise #0EE3F9
Tints of Bright Turquoise #0EE3F9
RGB
CMYK
RGB Variations
Color information
#0EE3F9 (or 0x0EE3F9) is known color: Bright Turquoise. HEX triplet: 0E, E3 and F9. RGB value is (14,227,249). Sum of RGB (Red+Green+Blue) = 14+227+249=490 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.86% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #0EE3F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE3F9 is #F11C06. Grayscale: #A5A5A5. Windows color (decimal): -15801351 or 16376590. OLE color: 16376590.
HSL color Cylindrical-coordinate representation of color #0EE3F9: hue angle of 185.62º degrees, saturation: 0.95, 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 #0EE3F9 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 227 | 249 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.02 |
| HSL | 185.62º | 0.95% | 0.52% | - |
| HSV(B) | 185.62º | 0.94% | 0.98% | - |
| XYZ | 44.75 | 61.87 | 99.21 | - |
| YUV | 165.82 | 174.93 | 19.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 249 | 0.94 | 0.09 | 0 | 0.02 | 185.62 | 0.95 | 0.52 |
| Hex | E | E3 | F9 | 5E | 9 | 0 | 2 | BA | 5F | 34 |
| Octal | 16 | 343 | 371 | 136 | 11 | 0 | 2 | 272 | 137 | 64 |
| Binary | 1110 | 11100011 | 11111001 | 1011110 | 1001 | 0 | 10 | 10111010 | 1011111 | 110100 |
Color Harmonies of #0EE3F9
Complementary color
Monochromatic Colors of #0EE3F9
Black with #0EE3F9
Text Example
Text Example
White with #0EE3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE3F9; }
p { color: rgb(14,227,249); }
H1.HeaderClassName
{
color: #0EE3F9;
}
.AnyTagClassName
{
color: #0EE3F9;
}
</style>
background-color css
<style>
a { background-color: #0EE3F9; }
a { background-color: rgb(14,227,249); }
div.DivClassName
{
background-color: #0EE3F9;
}
.BgClassName
{
background-color: #0EE3F9;
}
</style>
border-color css
<style>
span { border-color: #0EE3F9; }
span { border-color: rgb(14,227,249); }
td.TdClassName
{
border-color: #0EE3F9;
}
.TagClassName
{
border-color: #0EE3F9;
}
</style>