Shades of Pale Turquoise #B0FBF6
Tints of Pale Turquoise #B0FBF6
RGB
CMYK
RGB Variations
Color information
#B0FBF6 (or 0xB0FBF6) is known color: Pale Turquoise. HEX triplet: B0, FB and F6. RGB value is (176,251,246). Sum of RGB (Red+Green+Blue) = 176+251+246=673 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.15% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FBF6 is #4F0409. Grayscale: #E3E3E3. Windows color (decimal): -5178378 or 16186288. OLE color: 16186288.
HSL color Cylindrical-coordinate representation of color #B0FBF6: hue angle of 176º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBF6 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 246 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.02 |
| HSL | 176º | 0.9% | 0.84% | - |
| HSV(B) | 176º | 0.3% | 0.98% | - |
| XYZ | 69.04 | 84.88 | 99.93 | - |
| YUV | 228.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 246 | 0.30 | 0 | 0.02 | 0.02 | 176 | 0.9 | 0.84 |
| Hex | B0 | FB | F6 | 1E | 0 | 2 | 2 | B0 | 5A | 54 |
| Octal | 260 | 373 | 366 | 36 | 0 | 2 | 2 | 260 | 132 | 124 |
| Binary | 10110000 | 11111011 | 11110110 | 11110 | 0 | 10 | 10 | 10110000 | 1011010 | 1010100 |
Color Harmonies of #B0FBF6
Complementary color
Monochromatic Colors of #B0FBF6
Black with #B0FBF6
Text Example
Text Example
White with #B0FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBF6; }
p { color: rgb(176,251,246); }
H1.HeaderClassName
{
color: #B0FBF6;
}
.AnyTagClassName
{
color: #B0FBF6;
}
</style>
background-color css
<style>
a { background-color: #B0FBF6; }
a { background-color: rgb(176,251,246); }
div.DivClassName
{
background-color: #B0FBF6;
}
.BgClassName
{
background-color: #B0FBF6;
}
</style>
border-color css
<style>
span { border-color: #B0FBF6; }
span { border-color: rgb(176,251,246); }
td.TdClassName
{
border-color: #B0FBF6;
}
.TagClassName
{
border-color: #B0FBF6;
}
</style>