Shades of Bright Turquoise #0FFBE5
Tints of Bright Turquoise #0FFBE5
RGB
CMYK
RGB Variations
Color information
#0FFBE5 (or 0x0FFBE5) is known color: Bright Turquoise. HEX triplet: 0F, FB and E5. RGB value is (15,251,229). Sum of RGB (Red+Green+Blue) = 15+251+229=495 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.03% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBE5 is #F0041A. Grayscale: #B1B1B1. Windows color (decimal): -15729691 or 15072015. OLE color: 15072015.
HSL color Cylindrical-coordinate representation of color #0FFBE5: hue angle of 174.41º 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 #0FFBE5 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 229 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.02 |
| HSL | 174.41º | 0.97% | 0.52% | - |
| HSV(B) | 174.41º | 0.94% | 0.98% | - |
| XYZ | 48.84 | 74.75 | 85.98 | - |
| YUV | 177.93 | 156.81 | 11.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 229 | 0.94 | 0 | 0.09 | 0.02 | 174.41 | 0.97 | 0.52 |
| Hex | F | FB | E5 | 5E | 0 | 9 | 2 | AE | 61 | 34 |
| Octal | 17 | 373 | 345 | 136 | 0 | 11 | 2 | 256 | 141 | 64 |
| Binary | 1111 | 11111011 | 11100101 | 1011110 | 0 | 1001 | 10 | 10101110 | 1100001 | 110100 |
Color Harmonies of #0FFBE5
Complementary color
Monochromatic Colors of #0FFBE5
Black with #0FFBE5
Text Example
Text Example
White with #0FFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBE5; }
p { color: rgb(15,251,229); }
H1.HeaderClassName
{
color: #0FFBE5;
}
.AnyTagClassName
{
color: #0FFBE5;
}
</style>
background-color css
<style>
a { background-color: #0FFBE5; }
a { background-color: rgb(15,251,229); }
div.DivClassName
{
background-color: #0FFBE5;
}
.BgClassName
{
background-color: #0FFBE5;
}
</style>
border-color css
<style>
span { border-color: #0FFBE5; }
span { border-color: rgb(15,251,229); }
td.TdClassName
{
border-color: #0FFBE5;
}
.TagClassName
{
border-color: #0FFBE5;
}
</style>