Shades of Bright Turquoise #0DF6C7
Tints of Bright Turquoise #0DF6C7
RGB
CMYK
RGB Variations
Color information
#0DF6C7 (or 0x0DF6C7) is known color: Bright Turquoise. HEX triplet: 0D, F6 and C7. RGB value is (13,246,199). Sum of RGB (Red+Green+Blue) = 13+246+199=458 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF6C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF6C7 is #F20938. Grayscale: #AAAAAA. Windows color (decimal): -15862073 or 13104653. OLE color: 13104653.
HSL color Cylindrical-coordinate representation of color #0DF6C7: hue angle of 167.9º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF6C7 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 199 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.04 |
| HSL | 167.9º | 0.93% | 0.51% | - |
| HSV(B) | 167.9º | 0.95% | 0.96% | - |
| XYZ | 43.43 | 70.12 | 65.28 | - |
| YUV | 170.98 | 143.81 | 15.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 199 | 0.95 | 0 | 0.19 | 0.04 | 167.9 | 0.93 | 0.51 |
| Hex | D | F6 | C7 | 5F | 0 | 13 | 4 | A8 | 5D | 33 |
| Octal | 15 | 366 | 307 | 137 | 0 | 23 | 4 | 250 | 135 | 63 |
| Binary | 1101 | 11110110 | 11000111 | 1011111 | 0 | 10011 | 100 | 10101000 | 1011101 | 110011 |
Color Harmonies of #0DF6C7
Complementary color
Monochromatic Colors of #0DF6C7
Black with #0DF6C7
Text Example
Text Example
White with #0DF6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF6C7; }
p { color: rgb(13,246,199); }
H1.HeaderClassName
{
color: #0DF6C7;
}
.AnyTagClassName
{
color: #0DF6C7;
}
</style>
background-color css
<style>
a { background-color: #0DF6C7; }
a { background-color: rgb(13,246,199); }
div.DivClassName
{
background-color: #0DF6C7;
}
.BgClassName
{
background-color: #0DF6C7;
}
</style>
border-color css
<style>
span { border-color: #0DF6C7; }
span { border-color: rgb(13,246,199); }
td.TdClassName
{
border-color: #0DF6C7;
}
.TagClassName
{
border-color: #0DF6C7;
}
</style>