Shades of Pale Turquoise #B1FAF5
Tints of Pale Turquoise #B1FAF5
RGB
CMYK
RGB Variations
Color information
#B1FAF5 (or 0xB1FAF5) is known color: Pale Turquoise. HEX triplet: B1, FA and F5. RGB value is (177,250,245). Sum of RGB (Red+Green+Blue) = 177+250+245=672 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.34% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FAF5 is #4E050A. Grayscale: #E3E3E3. Windows color (decimal): -5113099 or 16120497. OLE color: 16120497.
HSL color Cylindrical-coordinate representation of color #B1FAF5: hue angle of 175.89º 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 #B1FAF5 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 245 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.02 |
| HSL | 175.89º | 0.88% | 0.84% | - |
| HSV(B) | 175.89º | 0.29% | 0.98% | - |
| XYZ | 68.8 | 84.31 | 99.03 | - |
| YUV | 227.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 245 | 0.29 | 0 | 0.02 | 0.02 | 175.89 | 0.88 | 0.84 |
| Hex | B1 | FA | F5 | 1D | 0 | 2 | 2 | B0 | 58 | 54 |
| Octal | 261 | 372 | 365 | 35 | 0 | 2 | 2 | 260 | 130 | 124 |
| Binary | 10110001 | 11111010 | 11110101 | 11101 | 0 | 10 | 10 | 10110000 | 1011000 | 1010100 |
Color Harmonies of #B1FAF5
Complementary color
Monochromatic Colors of #B1FAF5
Black with #B1FAF5
Text Example
Text Example
White with #B1FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FAF5; }
p { color: rgb(177,250,245); }
H1.HeaderClassName
{
color: #B1FAF5;
}
.AnyTagClassName
{
color: #B1FAF5;
}
</style>
background-color css
<style>
a { background-color: #B1FAF5; }
a { background-color: rgb(177,250,245); }
div.DivClassName
{
background-color: #B1FAF5;
}
.BgClassName
{
background-color: #B1FAF5;
}
</style>
border-color css
<style>
span { border-color: #B1FAF5; }
span { border-color: rgb(177,250,245); }
td.TdClassName
{
border-color: #B1FAF5;
}
.TagClassName
{
border-color: #B1FAF5;
}
</style>