Shades of Bright Turquoise #0FFBE7
Tints of Bright Turquoise #0FFBE7
RGB
CMYK
RGB Variations
Color information
#0FFBE7 (or 0x0FFBE7) is known color: Bright Turquoise. HEX triplet: 0F, FB and E7. RGB value is (15,251,231). Sum of RGB (Red+Green+Blue) = 15+251+231=497 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFBE7 is #F00418. Grayscale: #B2B2B2. Windows color (decimal): -15729689 or 15203087. OLE color: 15203087.
HSL color Cylindrical-coordinate representation of color #0FFBE7: hue angle of 174.92º 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 #0FFBE7 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 231 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.02 |
| HSL | 174.92º | 0.97% | 0.52% | - |
| HSV(B) | 174.92º | 0.94% | 0.98% | - |
| XYZ | 49.12 | 74.87 | 87.46 | - |
| YUV | 178.16 | 157.81 | 11.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 231 | 0.94 | 0 | 0.08 | 0.02 | 174.92 | 0.97 | 0.52 |
| Hex | F | FB | E7 | 5E | 0 | 8 | 2 | AF | 61 | 34 |
| Octal | 17 | 373 | 347 | 136 | 0 | 10 | 2 | 257 | 141 | 64 |
| Binary | 1111 | 11111011 | 11100111 | 1011110 | 0 | 1000 | 10 | 10101111 | 1100001 | 110100 |
Color Harmonies of #0FFBE7
Complementary color
Monochromatic Colors of #0FFBE7
Black with #0FFBE7
Text Example
Text Example
White with #0FFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBE7; }
p { color: rgb(15,251,231); }
H1.HeaderClassName
{
color: #0FFBE7;
}
.AnyTagClassName
{
color: #0FFBE7;
}
</style>
background-color css
<style>
a { background-color: #0FFBE7; }
a { background-color: rgb(15,251,231); }
div.DivClassName
{
background-color: #0FFBE7;
}
.BgClassName
{
background-color: #0FFBE7;
}
</style>
border-color css
<style>
span { border-color: #0FFBE7; }
span { border-color: rgb(15,251,231); }
td.TdClassName
{
border-color: #0FFBE7;
}
.TagClassName
{
border-color: #0FFBE7;
}
</style>