Shades of Bright Turquoise #0EFFD5
Tints of Bright Turquoise #0EFFD5
RGB
CMYK
RGB Variations
Color information
#0EFFD5 (or 0x0EFFD5) is known color: Bright Turquoise. HEX triplet: 0E, FF and D5. RGB value is (14,255,213). Sum of RGB (Red+Green+Blue) = 14+255+213=482 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.90% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFD5 is #F1002A. Grayscale: #B2B2B2. Windows color (decimal): -15794219 or 14024462. OLE color: 14024462.
HSL color Cylindrical-coordinate representation of color #0EFFD5: hue angle of 169.54º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFD5 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 213 | - |
| CMYK | 0.95 | 0 | 0.16 | 0 |
| HSL | 169.54º | 1% | 0.53% | - |
| HSV(B) | 169.54º | 0.95% | 1% | - |
| XYZ | 47.95 | 76.42 | 75.17 | - |
| YUV | 178.15 | 147.66 | 10.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 213 | 0.95 | 0 | 0.16 | 0 | 169.54 | 1 | 0.53 |
| Hex | E | FF | D5 | 5F | 0 | 10 | 0 | AA | 64 | 35 |
| Octal | 16 | 377 | 325 | 137 | 0 | 20 | 0 | 252 | 144 | 65 |
| Binary | 1110 | 11111111 | 11010101 | 1011111 | 0 | 10000 | 0 | 10101010 | 1100100 | 110101 |
Color Harmonies of #0EFFD5
Complementary color
Monochromatic Colors of #0EFFD5
Black with #0EFFD5
Text Example
Text Example
White with #0EFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFD5; }
p { color: rgb(14,255,213); }
H1.HeaderClassName
{
color: #0EFFD5;
}
.AnyTagClassName
{
color: #0EFFD5;
}
</style>
background-color css
<style>
a { background-color: #0EFFD5; }
a { background-color: rgb(14,255,213); }
div.DivClassName
{
background-color: #0EFFD5;
}
.BgClassName
{
background-color: #0EFFD5;
}
</style>
border-color css
<style>
span { border-color: #0EFFD5; }
span { border-color: rgb(14,255,213); }
td.TdClassName
{
border-color: #0EFFD5;
}
.TagClassName
{
border-color: #0EFFD5;
}
</style>