Shades of Bright Turquoise #0FF6C8
Tints of Bright Turquoise #0FF6C8
RGB
CMYK
RGB Variations
Color information
#0FF6C8 (or 0x0FF6C8) is known color: Bright Turquoise. HEX triplet: 0F, F6 and C8. RGB value is (15,246,200). Sum of RGB (Red+Green+Blue) = 15+246+200=461 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF6C8 is #F00937. Grayscale: #ABABAB. Windows color (decimal): -15731000 or 13170191. OLE color: 13170191.
HSL color Cylindrical-coordinate representation of color #0FF6C8: hue angle of 168.05º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF6C8 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 200 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.04 |
| HSL | 168.05º | 0.93% | 0.51% | - |
| HSV(B) | 168.05º | 0.94% | 0.96% | - |
| XYZ | 43.58 | 70.18 | 65.89 | - |
| YUV | 171.69 | 143.97 | 16.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 200 | 0.94 | 0 | 0.19 | 0.04 | 168.05 | 0.93 | 0.51 |
| Hex | F | F6 | C8 | 5E | 0 | 13 | 4 | A8 | 5D | 33 |
| Octal | 17 | 366 | 310 | 136 | 0 | 23 | 4 | 250 | 135 | 63 |
| Binary | 1111 | 11110110 | 11001000 | 1011110 | 0 | 10011 | 100 | 10101000 | 1011101 | 110011 |
Color Harmonies of #0FF6C8
Complementary color
Monochromatic Colors of #0FF6C8
Black with #0FF6C8
Text Example
Text Example
White with #0FF6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF6C8; }
p { color: rgb(15,246,200); }
H1.HeaderClassName
{
color: #0FF6C8;
}
.AnyTagClassName
{
color: #0FF6C8;
}
</style>
background-color css
<style>
a { background-color: #0FF6C8; }
a { background-color: rgb(15,246,200); }
div.DivClassName
{
background-color: #0FF6C8;
}
.BgClassName
{
background-color: #0FF6C8;
}
</style>
border-color css
<style>
span { border-color: #0FF6C8; }
span { border-color: rgb(15,246,200); }
td.TdClassName
{
border-color: #0FF6C8;
}
.TagClassName
{
border-color: #0FF6C8;
}
</style>