Shades of Bright Turquoise #0FFBCF
Tints of Bright Turquoise #0FFBCF
RGB
CMYK
RGB Variations
Color information
#0FFBCF (or 0x0FFBCF) is known color: Bright Turquoise. HEX triplet: 0F, FB and CF. RGB value is (15,251,207). Sum of RGB (Red+Green+Blue) = 15+251+207=473 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.17% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBCF is #F00430. Grayscale: #AFAFAF. Windows color (decimal): -15729713 or 13630223. OLE color: 13630223.
HSL color Cylindrical-coordinate representation of color #0FFBCF: hue angle of 168.81º 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 #0FFBCF is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 207 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.02 |
| HSL | 168.81º | 0.97% | 0.52% | - |
| HSV(B) | 168.81º | 0.94% | 0.98% | - |
| XYZ | 45.96 | 73.6 | 70.82 | - |
| YUV | 175.42 | 145.81 | 13.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 207 | 0.94 | 0 | 0.18 | 0.02 | 168.81 | 0.97 | 0.52 |
| Hex | F | FB | CF | 5E | 0 | 12 | 2 | A9 | 61 | 34 |
| Octal | 17 | 373 | 317 | 136 | 0 | 22 | 2 | 251 | 141 | 64 |
| Binary | 1111 | 11111011 | 11001111 | 1011110 | 0 | 10010 | 10 | 10101001 | 1100001 | 110100 |
Color Harmonies of #0FFBCF
Complementary color
Monochromatic Colors of #0FFBCF
Black with #0FFBCF
Text Example
Text Example
White with #0FFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBCF; }
p { color: rgb(15,251,207); }
H1.HeaderClassName
{
color: #0FFBCF;
}
.AnyTagClassName
{
color: #0FFBCF;
}
</style>
background-color css
<style>
a { background-color: #0FFBCF; }
a { background-color: rgb(15,251,207); }
div.DivClassName
{
background-color: #0FFBCF;
}
.BgClassName
{
background-color: #0FFBCF;
}
</style>
border-color css
<style>
span { border-color: #0FFBCF; }
span { border-color: rgb(15,251,207); }
td.TdClassName
{
border-color: #0FFBCF;
}
.TagClassName
{
border-color: #0FFBCF;
}
</style>