Shades of Bright Turquoise #0DD9ED
Tints of Bright Turquoise #0DD9ED
RGB
CMYK
RGB Variations
Color information
#0DD9ED (or 0x0DD9ED) is known color: Bright Turquoise. HEX triplet: 0D, D9 and ED. RGB value is (13,217,237). Sum of RGB (Red+Green+Blue) = 13+217+237=467 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DD9ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD9ED is #F22612. Grayscale: #9E9E9E. Windows color (decimal): -15869459 or 15587597. OLE color: 15587597.
HSL color Cylindrical-coordinate representation of color #0DD9ED: hue angle of 185.36º 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 #0DD9ED is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 217 | 237 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.07 |
| HSL | 185.36º | 0.9% | 0.49% | - |
| HSV(B) | 185.36º | 0.95% | 0.93% | - |
| XYZ | 40.26 | 55.83 | 88.77 | - |
| YUV | 158.28 | 172.41 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 217 | 237 | 0.95 | 0.08 | 0 | 0.07 | 185.36 | 0.9 | 0.49 |
| Hex | D | D9 | ED | 5F | 8 | 0 | 7 | B9 | 5A | 31 |
| Octal | 15 | 331 | 355 | 137 | 10 | 0 | 7 | 271 | 132 | 61 |
| Binary | 1101 | 11011001 | 11101101 | 1011111 | 1000 | 0 | 111 | 10111001 | 1011010 | 110001 |
Color Harmonies of #0DD9ED
Complementary color
Monochromatic Colors of #0DD9ED
Black with #0DD9ED
Text Example
Text Example
White with #0DD9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD9ED; }
p { color: rgb(13,217,237); }
H1.HeaderClassName
{
color: #0DD9ED;
}
.AnyTagClassName
{
color: #0DD9ED;
}
</style>
background-color css
<style>
a { background-color: #0DD9ED; }
a { background-color: rgb(13,217,237); }
div.DivClassName
{
background-color: #0DD9ED;
}
.BgClassName
{
background-color: #0DD9ED;
}
</style>
border-color css
<style>
span { border-color: #0DD9ED; }
span { border-color: rgb(13,217,237); }
td.TdClassName
{
border-color: #0DD9ED;
}
.TagClassName
{
border-color: #0DD9ED;
}
</style>