Shades of Bright Turquoise #0DF7EC
Tints of Bright Turquoise #0DF7EC
RGB
CMYK
RGB Variations
Color information
#0DF7EC (or 0x0DF7EC) is known color: Bright Turquoise. HEX triplet: 0D, F7 and EC. RGB value is (13,247,236). Sum of RGB (Red+Green+Blue) = 13+247+236=496 (65% of max value = 765). Red value is 13 (5.47% from 255 or 2.62% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF7EC is #F20813. Grayscale: #AFAFAF. Windows color (decimal): -15861780 or 15529741. OLE color: 15529741.
HSL color Cylindrical-coordinate representation of color #0DF7EC: hue angle of 177.18º 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 #0DF7EC is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 236 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.03 |
| HSL | 177.18º | 0.94% | 0.51% | - |
| HSV(B) | 177.18º | 0.95% | 0.97% | - |
| XYZ | 48.57 | 72.66 | 90.82 | - |
| YUV | 175.78 | 161.98 | 11.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 236 | 0.95 | 0 | 0.04 | 0.03 | 177.18 | 0.94 | 0.51 |
| Hex | D | F7 | EC | 5F | 0 | 4 | 3 | B1 | 5E | 33 |
| Octal | 15 | 367 | 354 | 137 | 0 | 4 | 3 | 261 | 136 | 63 |
| Binary | 1101 | 11110111 | 11101100 | 1011111 | 0 | 100 | 11 | 10110001 | 1011110 | 110011 |
Color Harmonies of #0DF7EC
Complementary color
Monochromatic Colors of #0DF7EC
Black with #0DF7EC
Text Example
Text Example
White with #0DF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF7EC; }
p { color: rgb(13,247,236); }
H1.HeaderClassName
{
color: #0DF7EC;
}
.AnyTagClassName
{
color: #0DF7EC;
}
</style>
background-color css
<style>
a { background-color: #0DF7EC; }
a { background-color: rgb(13,247,236); }
div.DivClassName
{
background-color: #0DF7EC;
}
.BgClassName
{
background-color: #0DF7EC;
}
</style>
border-color css
<style>
span { border-color: #0DF7EC; }
span { border-color: rgb(13,247,236); }
td.TdClassName
{
border-color: #0DF7EC;
}
.TagClassName
{
border-color: #0DF7EC;
}
</style>