Shades of Bright Turquoise #0FF6CE
Tints of Bright Turquoise #0FF6CE
RGB
CMYK
RGB Variations
Color information
#0FF6CE (or 0x0FF6CE) is known color: Bright Turquoise. HEX triplet: 0F, F6 and CE. RGB value is (15,246,206). Sum of RGB (Red+Green+Blue) = 15+246+206=467 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF6CE is #F00931. Grayscale: #ACACAC. Windows color (decimal): -15730994 or 13563407. OLE color: 13563407.
HSL color Cylindrical-coordinate representation of color #0FF6CE: hue angle of 169.61º 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 #0FF6CE is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 206 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.04 |
| HSL | 169.61º | 0.93% | 0.51% | - |
| HSV(B) | 169.61º | 0.94% | 0.96% | - |
| XYZ | 44.29 | 70.47 | 69.66 | - |
| YUV | 172.37 | 146.97 | 15.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 206 | 0.94 | 0 | 0.16 | 0.04 | 169.61 | 0.93 | 0.51 |
| Hex | F | F6 | CE | 5E | 0 | 10 | 4 | AA | 5D | 33 |
| Octal | 17 | 366 | 316 | 136 | 0 | 20 | 4 | 252 | 135 | 63 |
| Binary | 1111 | 11110110 | 11001110 | 1011110 | 0 | 10000 | 100 | 10101010 | 1011101 | 110011 |
Color Harmonies of #0FF6CE
Complementary color
Monochromatic Colors of #0FF6CE
Black with #0FF6CE
Text Example
Text Example
White with #0FF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF6CE; }
p { color: rgb(15,246,206); }
H1.HeaderClassName
{
color: #0FF6CE;
}
.AnyTagClassName
{
color: #0FF6CE;
}
</style>
background-color css
<style>
a { background-color: #0FF6CE; }
a { background-color: rgb(15,246,206); }
div.DivClassName
{
background-color: #0FF6CE;
}
.BgClassName
{
background-color: #0FF6CE;
}
</style>
border-color css
<style>
span { border-color: #0FF6CE; }
span { border-color: rgb(15,246,206); }
td.TdClassName
{
border-color: #0FF6CE;
}
.TagClassName
{
border-color: #0FF6CE;
}
</style>