Shades of Bright Turquoise #0DF6C8
Tints of Bright Turquoise #0DF6C8
RGB
CMYK
RGB Variations
Color information
#0DF6C8 (or 0x0DF6C8) is known color: Bright Turquoise. HEX triplet: 0D, F6 and C8. RGB value is (13,246,200). Sum of RGB (Red+Green+Blue) = 13+246+200=459 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 459); Green value is 246 (96.48% from 255 or 53.59% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF6C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF6C8 is #F20937. Grayscale: #ABABAB. Windows color (decimal): -15862072 or 13170189. OLE color: 13170189.
HSL color Cylindrical-coordinate representation of color #0DF6C8: hue angle of 168.15º 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 #0DF6C8 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 200 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.04 |
| HSL | 168.15º | 0.93% | 0.51% | - |
| HSV(B) | 168.15º | 0.95% | 0.96% | - |
| XYZ | 43.55 | 70.17 | 65.89 | - |
| YUV | 171.09 | 144.31 | 15.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 200 | 0.95 | 0 | 0.19 | 0.04 | 168.15 | 0.93 | 0.51 |
| Hex | D | F6 | C8 | 5F | 0 | 13 | 4 | A8 | 5D | 33 |
| Octal | 15 | 366 | 310 | 137 | 0 | 23 | 4 | 250 | 135 | 63 |
| Binary | 1101 | 11110110 | 11001000 | 1011111 | 0 | 10011 | 100 | 10101000 | 1011101 | 110011 |
Color Harmonies of #0DF6C8
Complementary color
Monochromatic Colors of #0DF6C8
Black with #0DF6C8
Text Example
Text Example
White with #0DF6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF6C8; }
p { color: rgb(13,246,200); }
H1.HeaderClassName
{
color: #0DF6C8;
}
.AnyTagClassName
{
color: #0DF6C8;
}
</style>
background-color css
<style>
a { background-color: #0DF6C8; }
a { background-color: rgb(13,246,200); }
div.DivClassName
{
background-color: #0DF6C8;
}
.BgClassName
{
background-color: #0DF6C8;
}
</style>
border-color css
<style>
span { border-color: #0DF6C8; }
span { border-color: rgb(13,246,200); }
td.TdClassName
{
border-color: #0DF6C8;
}
.TagClassName
{
border-color: #0DF6C8;
}
</style>