Shades of Bright Turquoise #0EEAD3
Tints of Bright Turquoise #0EEAD3
RGB
CMYK
RGB Variations
Color information
#0EEAD3 (or 0x0EEAD3) is known color: Bright Turquoise. HEX triplet: 0E, EA and D3. RGB value is (14,234,211). Sum of RGB (Red+Green+Blue) = 14+234+211=459 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.05% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEAD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEAD3 is #F1152C. Grayscale: #A5A5A5. Windows color (decimal): -15799597 or 13888014. OLE color: 13888014.
HSL color Cylindrical-coordinate representation of color #0EEAD3: hue angle of 173.73º 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 #0EEAD3 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 211 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.08 |
| HSL | 173.73º | 0.89% | 0.49% | - |
| HSV(B) | 173.73º | 0.94% | 0.92% | - |
| XYZ | 41.36 | 63.64 | 71.73 | - |
| YUV | 165.6 | 153.61 | 19.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 211 | 0.94 | 0 | 0.10 | 0.08 | 173.73 | 0.89 | 0.49 |
| Hex | E | EA | D3 | 5E | 0 | A | 8 | AE | 59 | 31 |
| Octal | 16 | 352 | 323 | 136 | 0 | 12 | 10 | 256 | 131 | 61 |
| Binary | 1110 | 11101010 | 11010011 | 1011110 | 0 | 1010 | 1000 | 10101110 | 1011001 | 110001 |
Color Harmonies of #0EEAD3
Complementary color
Monochromatic Colors of #0EEAD3
Black with #0EEAD3
Text Example
Text Example
White with #0EEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEAD3; }
p { color: rgb(14,234,211); }
H1.HeaderClassName
{
color: #0EEAD3;
}
.AnyTagClassName
{
color: #0EEAD3;
}
</style>
background-color css
<style>
a { background-color: #0EEAD3; }
a { background-color: rgb(14,234,211); }
div.DivClassName
{
background-color: #0EEAD3;
}
.BgClassName
{
background-color: #0EEAD3;
}
</style>
border-color css
<style>
span { border-color: #0EEAD3; }
span { border-color: rgb(14,234,211); }
td.TdClassName
{
border-color: #0EEAD3;
}
.TagClassName
{
border-color: #0EEAD3;
}
</style>