Shades of Bright Turquoise #0EE3F1
Tints of Bright Turquoise #0EE3F1
RGB
CMYK
RGB Variations
Color information
#0EE3F1 (or 0x0EE3F1) is known color: Bright Turquoise. HEX triplet: 0E, E3 and F1. RGB value is (14,227,241). Sum of RGB (Red+Green+Blue) = 14+227+241=482 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.90% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #0EE3F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE3F1 is #F11C0E. Grayscale: #A4A4A4. Windows color (decimal): -15801359 or 15852302. OLE color: 15852302.
HSL color Cylindrical-coordinate representation of color #0EE3F1: hue angle of 183.7º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE3F1 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 227 | 241 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.05 |
| HSL | 183.7º | 0.89% | 0.5% | - |
| HSV(B) | 183.7º | 0.94% | 0.95% | - |
| XYZ | 43.53 | 61.38 | 92.77 | - |
| YUV | 164.91 | 170.93 | 20.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 241 | 0.94 | 0.06 | 0 | 0.05 | 183.7 | 0.89 | 0.5 |
| Hex | E | E3 | F1 | 5E | 6 | 0 | 5 | B8 | 59 | 32 |
| Octal | 16 | 343 | 361 | 136 | 6 | 0 | 5 | 270 | 131 | 62 |
| Binary | 1110 | 11100011 | 11110001 | 1011110 | 110 | 0 | 101 | 10111000 | 1011001 | 110010 |
Color Harmonies of #0EE3F1
Complementary color
Monochromatic Colors of #0EE3F1
Black with #0EE3F1
Text Example
Text Example
White with #0EE3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE3F1; }
p { color: rgb(14,227,241); }
H1.HeaderClassName
{
color: #0EE3F1;
}
.AnyTagClassName
{
color: #0EE3F1;
}
</style>
background-color css
<style>
a { background-color: #0EE3F1; }
a { background-color: rgb(14,227,241); }
div.DivClassName
{
background-color: #0EE3F1;
}
.BgClassName
{
background-color: #0EE3F1;
}
</style>
border-color css
<style>
span { border-color: #0EE3F1; }
span { border-color: rgb(14,227,241); }
td.TdClassName
{
border-color: #0EE3F1;
}
.TagClassName
{
border-color: #0EE3F1;
}
</style>