Shades of Pale Turquoise #B0F1FA
Tints of Pale Turquoise #B0F1FA
RGB
CMYK
RGB Variations
Color information
#B0F1FA (or 0xB0F1FA) is known color: Pale Turquoise. HEX triplet: B0, F1 and FA. RGB value is (176,241,250). Sum of RGB (Red+Green+Blue) = 176+241+250=667 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.39% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F1FA is #4F0E05. Grayscale: #DEDEDE. Windows color (decimal): -5180934 or 16445872. OLE color: 16445872.
HSL color Cylindrical-coordinate representation of color #B0F1FA: hue angle of 187.3º 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 #B0F1FA is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 241 | 250 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.02 |
| HSL | 187.3º | 0.88% | 0.84% | - |
| HSV(B) | 187.3º | 0.3% | 0.98% | - |
| XYZ | 66.62 | 79.04 | 102.19 | - |
| YUV | 222.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 250 | 0.30 | 0.04 | 0 | 0.02 | 187.3 | 0.88 | 0.84 |
| Hex | B0 | F1 | FA | 1E | 4 | 0 | 2 | BB | 58 | 54 |
| Octal | 260 | 361 | 372 | 36 | 4 | 0 | 2 | 273 | 130 | 124 |
| Binary | 10110000 | 11110001 | 11111010 | 11110 | 100 | 0 | 10 | 10111011 | 1011000 | 1010100 |
Color Harmonies of #B0F1FA
Complementary color
Monochromatic Colors of #B0F1FA
Black with #B0F1FA
Text Example
Text Example
White with #B0F1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F1FA; }
p { color: rgb(176,241,250); }
H1.HeaderClassName
{
color: #B0F1FA;
}
.AnyTagClassName
{
color: #B0F1FA;
}
</style>
background-color css
<style>
a { background-color: #B0F1FA; }
a { background-color: rgb(176,241,250); }
div.DivClassName
{
background-color: #B0F1FA;
}
.BgClassName
{
background-color: #B0F1FA;
}
</style>
border-color css
<style>
span { border-color: #B0F1FA; }
span { border-color: rgb(176,241,250); }
td.TdClassName
{
border-color: #B0F1FA;
}
.TagClassName
{
border-color: #B0F1FA;
}
</style>