Shades of Bright Turquoise #0FFBC9
Tints of Bright Turquoise #0FFBC9
RGB
CMYK
RGB Variations
Color information
#0FFBC9 (or 0x0FFBC9) is known color: Bright Turquoise. HEX triplet: 0F, FB and C9. RGB value is (15,251,201). Sum of RGB (Red+Green+Blue) = 15+251+201=467 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBC9 is #F00436. Grayscale: #AEAEAE. Windows color (decimal): -15729719 or 13237007. OLE color: 13237007.
HSL color Cylindrical-coordinate representation of color #0FFBC9: hue angle of 167.29º 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 #0FFBC9 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 201 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.02 |
| HSL | 167.29º | 0.97% | 0.52% | - |
| HSV(B) | 167.29º | 0.94% | 0.98% | - |
| XYZ | 45.24 | 73.31 | 67.02 | - |
| YUV | 174.74 | 142.81 | 14.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 201 | 0.94 | 0 | 0.20 | 0.02 | 167.29 | 0.97 | 0.52 |
| Hex | F | FB | C9 | 5E | 0 | 14 | 2 | A7 | 61 | 34 |
| Octal | 17 | 373 | 311 | 136 | 0 | 24 | 2 | 247 | 141 | 64 |
| Binary | 1111 | 11111011 | 11001001 | 1011110 | 0 | 10100 | 10 | 10100111 | 1100001 | 110100 |
Color Harmonies of #0FFBC9
Complementary color
Monochromatic Colors of #0FFBC9
Black with #0FFBC9
Text Example
Text Example
White with #0FFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBC9; }
p { color: rgb(15,251,201); }
H1.HeaderClassName
{
color: #0FFBC9;
}
.AnyTagClassName
{
color: #0FFBC9;
}
</style>
background-color css
<style>
a { background-color: #0FFBC9; }
a { background-color: rgb(15,251,201); }
div.DivClassName
{
background-color: #0FFBC9;
}
.BgClassName
{
background-color: #0FFBC9;
}
</style>
border-color css
<style>
span { border-color: #0FFBC9; }
span { border-color: rgb(15,251,201); }
td.TdClassName
{
border-color: #0FFBC9;
}
.TagClassName
{
border-color: #0FFBC9;
}
</style>