Shades of Pale Turquoise #B1F4FA
Tints of Pale Turquoise #B1F4FA
RGB
CMYK
RGB Variations
Color information
#B1F4FA (or 0xB1F4FA) is known color: Pale Turquoise. HEX triplet: B1, F4 and FA. RGB value is (177,244,250). Sum of RGB (Red+Green+Blue) = 177+244+250=671 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.38% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1F4FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F4FA is #4E0B05. Grayscale: #E0E0E0. Windows color (decimal): -5114630 or 16446641. OLE color: 16446641.
HSL color Cylindrical-coordinate representation of color #B1F4FA: hue angle of 184.93º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F4FA is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 244 | 250 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.02 |
| HSL | 184.93º | 0.88% | 0.84% | - |
| HSV(B) | 184.93º | 0.29% | 0.98% | - |
| XYZ | 67.74 | 80.95 | 102.5 | - |
| YUV | 224.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 250 | 0.29 | 0.02 | 0 | 0.02 | 184.93 | 0.88 | 0.84 |
| Hex | B1 | F4 | FA | 1D | 2 | 0 | 2 | B9 | 58 | 54 |
| Octal | 261 | 364 | 372 | 35 | 2 | 0 | 2 | 271 | 130 | 124 |
| Binary | 10110001 | 11110100 | 11111010 | 11101 | 10 | 0 | 10 | 10111001 | 1011000 | 1010100 |
Color Harmonies of #B1F4FA
Complementary color
Monochromatic Colors of #B1F4FA
Black with #B1F4FA
Text Example
Text Example
White with #B1F4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F4FA; }
p { color: rgb(177,244,250); }
H1.HeaderClassName
{
color: #B1F4FA;
}
.AnyTagClassName
{
color: #B1F4FA;
}
</style>
background-color css
<style>
a { background-color: #B1F4FA; }
a { background-color: rgb(177,244,250); }
div.DivClassName
{
background-color: #B1F4FA;
}
.BgClassName
{
background-color: #B1F4FA;
}
</style>
border-color css
<style>
span { border-color: #B1F4FA; }
span { border-color: rgb(177,244,250); }
td.TdClassName
{
border-color: #B1F4FA;
}
.TagClassName
{
border-color: #B1F4FA;
}
</style>