Shades of Bright Turquoise #0EEAD1
Tints of Bright Turquoise #0EEAD1
RGB
CMYK
RGB Variations
Color information
#0EEAD1 (or 0x0EEAD1) is known color: Bright Turquoise. HEX triplet: 0E, EA and D1. RGB value is (14,234,209). Sum of RGB (Red+Green+Blue) = 14+234+209=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEAD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEAD1 is #F1152E. Grayscale: #A5A5A5. Windows color (decimal): -15799599 or 13756942. OLE color: 13756942.
HSL color Cylindrical-coordinate representation of color #0EEAD1: hue angle of 173.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEAD1 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 209 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.08 |
| HSL | 173.18º | 0.89% | 0.49% | - |
| HSV(B) | 173.18º | 0.94% | 0.92% | - |
| XYZ | 41.11 | 63.54 | 70.42 | - |
| YUV | 165.37 | 152.61 | 20.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 209 | 0.94 | 0 | 0.11 | 0.08 | 173.18 | 0.89 | 0.49 |
| Hex | E | EA | D1 | 5E | 0 | B | 8 | AD | 59 | 31 |
| Octal | 16 | 352 | 321 | 136 | 0 | 13 | 10 | 255 | 131 | 61 |
| Binary | 1110 | 11101010 | 11010001 | 1011110 | 0 | 1011 | 1000 | 10101101 | 1011001 | 110001 |
Color Harmonies of #0EEAD1
Complementary color
Monochromatic Colors of #0EEAD1
Black with #0EEAD1
Text Example
Text Example
White with #0EEAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEAD1; }
p { color: rgb(14,234,209); }
H1.HeaderClassName
{
color: #0EEAD1;
}
.AnyTagClassName
{
color: #0EEAD1;
}
</style>
background-color css
<style>
a { background-color: #0EEAD1; }
a { background-color: rgb(14,234,209); }
div.DivClassName
{
background-color: #0EEAD1;
}
.BgClassName
{
background-color: #0EEAD1;
}
</style>
border-color css
<style>
span { border-color: #0EEAD1; }
span { border-color: rgb(14,234,209); }
td.TdClassName
{
border-color: #0EEAD1;
}
.TagClassName
{
border-color: #0EEAD1;
}
</style>