Shades of Bright Turquoise #0EFDD9
Tints of Bright Turquoise #0EFDD9
RGB
CMYK
RGB Variations
Color information
#0EFDD9 (or 0x0EFDD9) is known color: Bright Turquoise. HEX triplet: 0E, FD and D9. RGB value is (14,253,217). Sum of RGB (Red+Green+Blue) = 14+253+217=484 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFDD9 is #F10226. Grayscale: #B1B1B1. Windows color (decimal): -15794727 or 14286094. OLE color: 14286094.
HSL color Cylindrical-coordinate representation of color #0EFDD9: hue angle of 170.96º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFDD9 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 253 | 217 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.01 |
| HSL | 170.96º | 0.98% | 0.52% | - |
| HSV(B) | 170.96º | 0.94% | 0.99% | - |
| XYZ | 47.83 | 75.35 | 77.67 | - |
| YUV | 177.44 | 150.32 | 11.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 253 | 217 | 0.94 | 0 | 0.14 | 0.01 | 170.96 | 0.98 | 0.52 |
| Hex | E | FD | D9 | 5E | 0 | E | 1 | AB | 62 | 34 |
| Octal | 16 | 375 | 331 | 136 | 0 | 16 | 1 | 253 | 142 | 64 |
| Binary | 1110 | 11111101 | 11011001 | 1011110 | 0 | 1110 | 1 | 10101011 | 1100010 | 110100 |
Color Harmonies of #0EFDD9
Complementary color
Monochromatic Colors of #0EFDD9
Black with #0EFDD9
Text Example
Text Example
White with #0EFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFDD9; }
p { color: rgb(14,253,217); }
H1.HeaderClassName
{
color: #0EFDD9;
}
.AnyTagClassName
{
color: #0EFDD9;
}
</style>
background-color css
<style>
a { background-color: #0EFDD9; }
a { background-color: rgb(14,253,217); }
div.DivClassName
{
background-color: #0EFDD9;
}
.BgClassName
{
background-color: #0EFDD9;
}
</style>
border-color css
<style>
span { border-color: #0EFDD9; }
span { border-color: rgb(14,253,217); }
td.TdClassName
{
border-color: #0EFDD9;
}
.TagClassName
{
border-color: #0EFDD9;
}
</style>