Shades of Bright Turquoise #0FFBC7
Tints of Bright Turquoise #0FFBC7
RGB
CMYK
RGB Variations
Color information
#0FFBC7 (or 0x0FFBC7) is known color: Bright Turquoise. HEX triplet: 0F, FB and C7. RGB value is (15,251,199). Sum of RGB (Red+Green+Blue) = 15+251+199=465 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBC7 is #F00438. Grayscale: #AEAEAE. Windows color (decimal): -15729721 or 13105935. OLE color: 13105935.
HSL color Cylindrical-coordinate representation of color #0FFBC7: hue angle of 166.78º 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 #0FFBC7 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 199 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.02 |
| HSL | 166.78º | 0.97% | 0.52% | - |
| HSV(B) | 166.78º | 0.94% | 0.98% | - |
| XYZ | 45 | 73.22 | 65.79 | - |
| YUV | 174.51 | 141.81 | 14.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 199 | 0.94 | 0 | 0.21 | 0.02 | 166.78 | 0.97 | 0.52 |
| Hex | F | FB | C7 | 5E | 0 | 15 | 2 | A7 | 61 | 34 |
| Octal | 17 | 373 | 307 | 136 | 0 | 25 | 2 | 247 | 141 | 64 |
| Binary | 1111 | 11111011 | 11000111 | 1011110 | 0 | 10101 | 10 | 10100111 | 1100001 | 110100 |
Color Harmonies of #0FFBC7
Complementary color
Monochromatic Colors of #0FFBC7
Black with #0FFBC7
Text Example
Text Example
White with #0FFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBC7; }
p { color: rgb(15,251,199); }
H1.HeaderClassName
{
color: #0FFBC7;
}
.AnyTagClassName
{
color: #0FFBC7;
}
</style>
background-color css
<style>
a { background-color: #0FFBC7; }
a { background-color: rgb(15,251,199); }
div.DivClassName
{
background-color: #0FFBC7;
}
.BgClassName
{
background-color: #0FFBC7;
}
</style>
border-color css
<style>
span { border-color: #0FFBC7; }
span { border-color: rgb(15,251,199); }
td.TdClassName
{
border-color: #0FFBC7;
}
.TagClassName
{
border-color: #0FFBC7;
}
</style>