Shades of Bright Turquoise #0FFBC6
Tints of Bright Turquoise #0FFBC6
RGB
CMYK
RGB Variations
Color information
#0FFBC6 (or 0x0FFBC6) is known color: Bright Turquoise. HEX triplet: 0F, FB and C6. RGB value is (15,251,198). Sum of RGB (Red+Green+Blue) = 15+251+198=464 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBC6 is #F00439. Grayscale: #AEAEAE. Windows color (decimal): -15729722 or 13040399. OLE color: 13040399.
HSL color Cylindrical-coordinate representation of color #0FFBC6: hue angle of 166.53º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBC6 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 198 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.02 |
| HSL | 166.53º | 0.97% | 0.52% | - |
| HSV(B) | 166.53º | 0.94% | 0.98% | - |
| XYZ | 44.89 | 73.17 | 65.18 | - |
| YUV | 174.39 | 141.31 | 14.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 198 | 0.94 | 0 | 0.21 | 0.02 | 166.53 | 0.97 | 0.52 |
| Hex | F | FB | C6 | 5E | 0 | 15 | 2 | A7 | 61 | 34 |
| Octal | 17 | 373 | 306 | 136 | 0 | 25 | 2 | 247 | 141 | 64 |
| Binary | 1111 | 11111011 | 11000110 | 1011110 | 0 | 10101 | 10 | 10100111 | 1100001 | 110100 |
Color Harmonies of #0FFBC6
Complementary color
Monochromatic Colors of #0FFBC6
Black with #0FFBC6
Text Example
Text Example
White with #0FFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBC6; }
p { color: rgb(15,251,198); }
H1.HeaderClassName
{
color: #0FFBC6;
}
.AnyTagClassName
{
color: #0FFBC6;
}
</style>
background-color css
<style>
a { background-color: #0FFBC6; }
a { background-color: rgb(15,251,198); }
div.DivClassName
{
background-color: #0FFBC6;
}
.BgClassName
{
background-color: #0FFBC6;
}
</style>
border-color css
<style>
span { border-color: #0FFBC6; }
span { border-color: rgb(15,251,198); }
td.TdClassName
{
border-color: #0FFBC6;
}
.TagClassName
{
border-color: #0FFBC6;
}
</style>