Shades of Bright Turquoise #0DF7D9
Tints of Bright Turquoise #0DF7D9
RGB
CMYK
RGB Variations
Color information
#0DF7D9 (or 0x0DF7D9) is known color: Bright Turquoise. HEX triplet: 0D, F7 and D9. RGB value is (13,247,217). Sum of RGB (Red+Green+Blue) = 13+247+217=477 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.73% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF7D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF7D9 is #F20826. Grayscale: #ADADAD. Windows color (decimal): -15861799 or 14284557. OLE color: 14284557.
HSL color Cylindrical-coordinate representation of color #0DF7D9: hue angle of 172.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF7D9 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 217 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.03 |
| HSL | 172.31º | 0.94% | 0.51% | - |
| HSV(B) | 172.31º | 0.95% | 0.97% | - |
| XYZ | 45.95 | 71.62 | 77.05 | - |
| YUV | 173.61 | 152.48 | 13.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 217 | 0.95 | 0 | 0.12 | 0.03 | 172.31 | 0.94 | 0.51 |
| Hex | D | F7 | D9 | 5F | 0 | C | 3 | AC | 5E | 33 |
| Octal | 15 | 367 | 331 | 137 | 0 | 14 | 3 | 254 | 136 | 63 |
| Binary | 1101 | 11110111 | 11011001 | 1011111 | 0 | 1100 | 11 | 10101100 | 1011110 | 110011 |
Color Harmonies of #0DF7D9
Complementary color
Monochromatic Colors of #0DF7D9
Black with #0DF7D9
Text Example
Text Example
White with #0DF7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF7D9; }
p { color: rgb(13,247,217); }
H1.HeaderClassName
{
color: #0DF7D9;
}
.AnyTagClassName
{
color: #0DF7D9;
}
</style>
background-color css
<style>
a { background-color: #0DF7D9; }
a { background-color: rgb(13,247,217); }
div.DivClassName
{
background-color: #0DF7D9;
}
.BgClassName
{
background-color: #0DF7D9;
}
</style>
border-color css
<style>
span { border-color: #0DF7D9; }
span { border-color: rgb(13,247,217); }
td.TdClassName
{
border-color: #0DF7D9;
}
.TagClassName
{
border-color: #0DF7D9;
}
</style>