Shades of Pale Turquoise #B0F6FA
Tints of Pale Turquoise #B0F6FA
RGB
CMYK
RGB Variations
Color information
#B0F6FA (or 0xB0F6FA) is known color: Pale Turquoise. HEX triplet: B0, F6 and FA. RGB value is (176,246,250). Sum of RGB (Red+Green+Blue) = 176+246+250=672 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.19% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0F6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F6FA is #4F0905. Grayscale: #E1E1E1. Windows color (decimal): -5179654 or 16447152. OLE color: 16447152.
HSL color Cylindrical-coordinate representation of color #B0F6FA: hue angle of 183.24º degrees, saturation: 0.88, 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 #B0F6FA is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 246 | 250 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.02 |
| HSL | 183.24º | 0.88% | 0.84% | - |
| HSV(B) | 183.24º | 0.3% | 0.98% | - |
| XYZ | 68.12 | 82.04 | 102.69 | - |
| YUV | 225.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 250 | 0.30 | 0.02 | 0 | 0.02 | 183.24 | 0.88 | 0.84 |
| Hex | B0 | F6 | FA | 1E | 2 | 0 | 2 | B7 | 58 | 54 |
| Octal | 260 | 366 | 372 | 36 | 2 | 0 | 2 | 267 | 130 | 124 |
| Binary | 10110000 | 11110110 | 11111010 | 11110 | 10 | 0 | 10 | 10110111 | 1011000 | 1010100 |
Color Harmonies of #B0F6FA
Complementary color
Monochromatic Colors of #B0F6FA
Black with #B0F6FA
Text Example
Text Example
White with #B0F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F6FA; }
p { color: rgb(176,246,250); }
H1.HeaderClassName
{
color: #B0F6FA;
}
.AnyTagClassName
{
color: #B0F6FA;
}
</style>
background-color css
<style>
a { background-color: #B0F6FA; }
a { background-color: rgb(176,246,250); }
div.DivClassName
{
background-color: #B0F6FA;
}
.BgClassName
{
background-color: #B0F6FA;
}
</style>
border-color css
<style>
span { border-color: #B0F6FA; }
span { border-color: rgb(176,246,250); }
td.TdClassName
{
border-color: #B0F6FA;
}
.TagClassName
{
border-color: #B0F6FA;
}
</style>