Shades of Bright Turquoise #0EDAD8
Tints of Bright Turquoise #0EDAD8
RGB
CMYK
RGB Variations
Color information
#0EDAD8 (or 0x0EDAD8) is known color: Bright Turquoise. HEX triplet: 0E, DA and D8. RGB value is (14,218,216). Sum of RGB (Red+Green+Blue) = 14+218+216=448 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDAD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDAD8 is #F12527. Grayscale: #9C9C9C. Windows color (decimal): -15803688 or 14211598. OLE color: 14211598.
HSL color Cylindrical-coordinate representation of color #0EDAD8: hue angle of 179.41º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDAD8 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 216 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.15 |
| HSL | 179.41º | 0.88% | 0.45% | - |
| HSV(B) | 179.41º | 0.94% | 0.85% | - |
| XYZ | 37.65 | 55.19 | 73.64 | - |
| YUV | 156.78 | 161.41 | 26.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 216 | 0.94 | 0 | 0.01 | 0.15 | 179.41 | 0.88 | 0.45 |
| Hex | E | DA | D8 | 5E | 0 | 1 | F | B3 | 58 | 2D |
| Octal | 16 | 332 | 330 | 136 | 0 | 1 | 17 | 263 | 130 | 55 |
| Binary | 1110 | 11011010 | 11011000 | 1011110 | 0 | 1 | 1111 | 10110011 | 1011000 | 101101 |
Color Harmonies of #0EDAD8
Complementary color
Monochromatic Colors of #0EDAD8
Black with #0EDAD8
Text Example
Text Example
White with #0EDAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDAD8; }
p { color: rgb(14,218,216); }
H1.HeaderClassName
{
color: #0EDAD8;
}
.AnyTagClassName
{
color: #0EDAD8;
}
</style>
background-color css
<style>
a { background-color: #0EDAD8; }
a { background-color: rgb(14,218,216); }
div.DivClassName
{
background-color: #0EDAD8;
}
.BgClassName
{
background-color: #0EDAD8;
}
</style>
border-color css
<style>
span { border-color: #0EDAD8; }
span { border-color: rgb(14,218,216); }
td.TdClassName
{
border-color: #0EDAD8;
}
.TagClassName
{
border-color: #0EDAD8;
}
</style>