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