Shades of Bright Turquoise #0DD8ED
Tints of Bright Turquoise #0DD8ED
RGB
CMYK
RGB Variations
Color information
#0DD8ED (or 0x0DD8ED) is known color: Bright Turquoise. HEX triplet: 0D, D8 and ED. RGB value is (13,216,237). Sum of RGB (Red+Green+Blue) = 13+216+237=466 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.79% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DD8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD8ED is #F22712. Grayscale: #9D9D9D. Windows color (decimal): -15869715 or 15587341. OLE color: 15587341.
HSL color Cylindrical-coordinate representation of color #0DD8ED: hue angle of 185.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DD8ED is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 216 | 237 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.07 |
| HSL | 185.63º | 0.9% | 0.49% | - |
| HSV(B) | 185.63º | 0.95% | 0.93% | - |
| XYZ | 40.01 | 55.31 | 88.69 | - |
| YUV | 157.7 | 172.75 | 24.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 216 | 237 | 0.95 | 0.09 | 0 | 0.07 | 185.63 | 0.9 | 0.49 |
| Hex | D | D8 | ED | 5F | 9 | 0 | 7 | BA | 5A | 31 |
| Octal | 15 | 330 | 355 | 137 | 11 | 0 | 7 | 272 | 132 | 61 |
| Binary | 1101 | 11011000 | 11101101 | 1011111 | 1001 | 0 | 111 | 10111010 | 1011010 | 110001 |
Color Harmonies of #0DD8ED
Complementary color
Monochromatic Colors of #0DD8ED
Black with #0DD8ED
Text Example
Text Example
White with #0DD8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD8ED; }
p { color: rgb(13,216,237); }
H1.HeaderClassName
{
color: #0DD8ED;
}
.AnyTagClassName
{
color: #0DD8ED;
}
</style>
background-color css
<style>
a { background-color: #0DD8ED; }
a { background-color: rgb(13,216,237); }
div.DivClassName
{
background-color: #0DD8ED;
}
.BgClassName
{
background-color: #0DD8ED;
}
</style>
border-color css
<style>
span { border-color: #0DD8ED; }
span { border-color: rgb(13,216,237); }
td.TdClassName
{
border-color: #0DD8ED;
}
.TagClassName
{
border-color: #0DD8ED;
}
</style>