Shades of Bright Turquoise #0FFBC3
Tints of Bright Turquoise #0FFBC3
RGB
CMYK
RGB Variations
Color information
#0FFBC3 (or 0x0FFBC3) is known color: Bright Turquoise. HEX triplet: 0F, FB and C3. RGB value is (15,251,195). Sum of RGB (Red+Green+Blue) = 15+251+195=461 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 461); Green value is 251 (98.44% from 255 or 54.45% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBC3 is #F0043C. Grayscale: #AEAEAE. Windows color (decimal): -15729725 or 12843791. OLE color: 12843791.
HSL color Cylindrical-coordinate representation of color #0FFBC3: hue angle of 165.76º 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 #0FFBC3 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 195 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.02 |
| HSL | 165.76º | 0.97% | 0.52% | - |
| HSV(B) | 165.76º | 0.94% | 0.98% | - |
| XYZ | 44.54 | 73.04 | 63.38 | - |
| YUV | 174.05 | 139.81 | 14.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 195 | 0.94 | 0 | 0.22 | 0.02 | 165.76 | 0.97 | 0.52 |
| Hex | F | FB | C3 | 5E | 0 | 16 | 2 | A6 | 61 | 34 |
| Octal | 17 | 373 | 303 | 136 | 0 | 26 | 2 | 246 | 141 | 64 |
| Binary | 1111 | 11111011 | 11000011 | 1011110 | 0 | 10110 | 10 | 10100110 | 1100001 | 110100 |
Color Harmonies of #0FFBC3
Complementary color
Monochromatic Colors of #0FFBC3
Black with #0FFBC3
Text Example
Text Example
White with #0FFBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBC3; }
p { color: rgb(15,251,195); }
H1.HeaderClassName
{
color: #0FFBC3;
}
.AnyTagClassName
{
color: #0FFBC3;
}
</style>
background-color css
<style>
a { background-color: #0FFBC3; }
a { background-color: rgb(15,251,195); }
div.DivClassName
{
background-color: #0FFBC3;
}
.BgClassName
{
background-color: #0FFBC3;
}
</style>
border-color css
<style>
span { border-color: #0FFBC3; }
span { border-color: rgb(15,251,195); }
td.TdClassName
{
border-color: #0FFBC3;
}
.TagClassName
{
border-color: #0FFBC3;
}
</style>