Shades of Bright Turquoise #0ED8DA
Tints of Bright Turquoise #0ED8DA
RGB
CMYK
RGB Variations
Color information
#0ED8DA (or 0x0ED8DA) is known color: Bright Turquoise. HEX triplet: 0E, D8 and DA. RGB value is (14,216,218). Sum of RGB (Red+Green+Blue) = 14+216+218=448 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #0ED8DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED8DA is #F12725. Grayscale: #9B9B9B. Windows color (decimal): -15804198 or 14342158. OLE color: 14342158.
HSL color Cylindrical-coordinate representation of color #0ED8DA: hue angle of 180.59º 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 #0ED8DA is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 216 | 218 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.15 |
| HSL | 180.59º | 0.88% | 0.45% | - |
| HSV(B) | 180.59º | 0.94% | 0.85% | - |
| XYZ | 37.39 | 54.27 | 74.83 | - |
| YUV | 155.83 | 163.08 | 26.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 216 | 218 | 0.94 | 0.01 | 0 | 0.15 | 180.59 | 0.88 | 0.45 |
| Hex | E | D8 | DA | 5E | 1 | 0 | F | B5 | 58 | 2D |
| Octal | 16 | 330 | 332 | 136 | 1 | 0 | 17 | 265 | 130 | 55 |
| Binary | 1110 | 11011000 | 11011010 | 1011110 | 1 | 0 | 1111 | 10110101 | 1011000 | 101101 |
Color Harmonies of #0ED8DA
Complementary color
Monochromatic Colors of #0ED8DA
Black with #0ED8DA
Text Example
Text Example
White with #0ED8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED8DA; }
p { color: rgb(14,216,218); }
H1.HeaderClassName
{
color: #0ED8DA;
}
.AnyTagClassName
{
color: #0ED8DA;
}
</style>
background-color css
<style>
a { background-color: #0ED8DA; }
a { background-color: rgb(14,216,218); }
div.DivClassName
{
background-color: #0ED8DA;
}
.BgClassName
{
background-color: #0ED8DA;
}
</style>
border-color css
<style>
span { border-color: #0ED8DA; }
span { border-color: rgb(14,216,218); }
td.TdClassName
{
border-color: #0ED8DA;
}
.TagClassName
{
border-color: #0ED8DA;
}
</style>