Shades of Bright Turquoise #0ED8DF
Tints of Bright Turquoise #0ED8DF
RGB
CMYK
RGB Variations
Color information
#0ED8DF (or 0x0ED8DF) is known color: Bright Turquoise. HEX triplet: 0E, D8 and DF. RGB value is (14,216,223). Sum of RGB (Red+Green+Blue) = 14+216+223=453 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.09% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #0ED8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED8DF is #F12720. Grayscale: #9C9C9C. Windows color (decimal): -15804193 or 14669838. OLE color: 14669838.
HSL color Cylindrical-coordinate representation of color #0ED8DF: hue angle of 182.01º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED8DF is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 216 | 223 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.13 |
| HSL | 182.01º | 0.88% | 0.46% | - |
| HSV(B) | 182.01º | 0.94% | 0.87% | - |
| XYZ | 38.06 | 54.53 | 78.33 | - |
| YUV | 156.4 | 165.58 | 26.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 216 | 223 | 0.94 | 0.03 | 0 | 0.13 | 182.01 | 0.88 | 0.46 |
| Hex | E | D8 | DF | 5E | 3 | 0 | D | B6 | 58 | 2E |
| Octal | 16 | 330 | 337 | 136 | 3 | 0 | 15 | 266 | 130 | 56 |
| Binary | 1110 | 11011000 | 11011111 | 1011110 | 11 | 0 | 1101 | 10110110 | 1011000 | 101110 |
Color Harmonies of #0ED8DF
Complementary color
Monochromatic Colors of #0ED8DF
Black with #0ED8DF
Text Example
Text Example
White with #0ED8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED8DF; }
p { color: rgb(14,216,223); }
H1.HeaderClassName
{
color: #0ED8DF;
}
.AnyTagClassName
{
color: #0ED8DF;
}
</style>
background-color css
<style>
a { background-color: #0ED8DF; }
a { background-color: rgb(14,216,223); }
div.DivClassName
{
background-color: #0ED8DF;
}
.BgClassName
{
background-color: #0ED8DF;
}
</style>
border-color css
<style>
span { border-color: #0ED8DF; }
span { border-color: rgb(14,216,223); }
td.TdClassName
{
border-color: #0ED8DF;
}
.TagClassName
{
border-color: #0ED8DF;
}
</style>