Shades of Pale Turquoise #B1F5F9
Tints of Pale Turquoise #B1F5F9
RGB
CMYK
RGB Variations
Color information
#B1F5F9 (or 0xB1F5F9) is known color: Pale Turquoise. HEX triplet: B1, F5 and F9. RGB value is (177,245,249). Sum of RGB (Red+Green+Blue) = 177+245+249=671 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.38% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1F5F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F5F9 is #4E0A06. Grayscale: #E1E1E1. Windows color (decimal): -5114375 or 16381361. OLE color: 16381361.
HSL color Cylindrical-coordinate representation of color #B1F5F9: hue angle of 183.33º degrees, saturation: 0.86, 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 #B1F5F9 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 245 | 249 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.02 |
| HSL | 183.33º | 0.86% | 0.84% | - |
| HSV(B) | 183.33º | 0.29% | 0.98% | - |
| XYZ | 67.88 | 81.49 | 101.77 | - |
| YUV | 225.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 245 | 249 | 0.29 | 0.02 | 0 | 0.02 | 183.33 | 0.86 | 0.84 |
| Hex | B1 | F5 | F9 | 1D | 2 | 0 | 2 | B7 | 56 | 54 |
| Octal | 261 | 365 | 371 | 35 | 2 | 0 | 2 | 267 | 126 | 124 |
| Binary | 10110001 | 11110101 | 11111001 | 11101 | 10 | 0 | 10 | 10110111 | 1010110 | 1010100 |
Color Harmonies of #B1F5F9
Complementary color
Monochromatic Colors of #B1F5F9
Black with #B1F5F9
Text Example
Text Example
White with #B1F5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F5F9; }
p { color: rgb(177,245,249); }
H1.HeaderClassName
{
color: #B1F5F9;
}
.AnyTagClassName
{
color: #B1F5F9;
}
</style>
background-color css
<style>
a { background-color: #B1F5F9; }
a { background-color: rgb(177,245,249); }
div.DivClassName
{
background-color: #B1F5F9;
}
.BgClassName
{
background-color: #B1F5F9;
}
</style>
border-color css
<style>
span { border-color: #B1F5F9; }
span { border-color: rgb(177,245,249); }
td.TdClassName
{
border-color: #B1F5F9;
}
.TagClassName
{
border-color: #B1F5F9;
}
</style>