Shades of Bright Turquoise #0EFADA
Tints of Bright Turquoise #0EFADA
RGB
CMYK
RGB Variations
Color information
#0EFADA (or 0x0EFADA) is known color: Bright Turquoise. HEX triplet: 0E, FA and DA. RGB value is (14,250,218). Sum of RGB (Red+Green+Blue) = 14+250+218=482 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.90% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFADA is #F10525. Grayscale: #AFAFAF. Windows color (decimal): -15795494 or 14350862. OLE color: 14350862.
HSL color Cylindrical-coordinate representation of color #0EFADA: hue angle of 171.86º 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 #0EFADA is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 250 | 218 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.02 |
| HSL | 171.86º | 0.96% | 0.52% | - |
| HSV(B) | 171.86º | 0.94% | 0.98% | - |
| XYZ | 47.02 | 73.53 | 78.04 | - |
| YUV | 175.79 | 151.81 | 12.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 250 | 218 | 0.94 | 0 | 0.13 | 0.02 | 171.86 | 0.96 | 0.52 |
| Hex | E | FA | DA | 5E | 0 | D | 2 | AC | 60 | 34 |
| Octal | 16 | 372 | 332 | 136 | 0 | 15 | 2 | 254 | 140 | 64 |
| Binary | 1110 | 11111010 | 11011010 | 1011110 | 0 | 1101 | 10 | 10101100 | 1100000 | 110100 |
Color Harmonies of #0EFADA
Complementary color
Monochromatic Colors of #0EFADA
Black with #0EFADA
Text Example
Text Example
White with #0EFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFADA; }
p { color: rgb(14,250,218); }
H1.HeaderClassName
{
color: #0EFADA;
}
.AnyTagClassName
{
color: #0EFADA;
}
</style>
background-color css
<style>
a { background-color: #0EFADA; }
a { background-color: rgb(14,250,218); }
div.DivClassName
{
background-color: #0EFADA;
}
.BgClassName
{
background-color: #0EFADA;
}
</style>
border-color css
<style>
span { border-color: #0EFADA; }
span { border-color: rgb(14,250,218); }
td.TdClassName
{
border-color: #0EFADA;
}
.TagClassName
{
border-color: #0EFADA;
}
</style>