Shades of Pale Turquoise #B1FFF5
Tints of Pale Turquoise #B1FFF5
RGB
CMYK
RGB Variations
Color information
#B1FFF5 (or 0xB1FFF5) is known color: Pale Turquoise. HEX triplet: B1, FF and F5. RGB value is (177,255,245). Sum of RGB (Red+Green+Blue) = 177+255+245=677 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.14% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFF5 is #4E000A. Grayscale: #E6E6E6. Windows color (decimal): -5111819 or 16121777. OLE color: 16121777.
HSL color Cylindrical-coordinate representation of color #B1FFF5: hue angle of 172.31º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFF5 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 245 | - |
| CMYK | 0.31 | 0 | 0.04 | 0 |
| HSL | 172.31º | 1% | 0.85% | - |
| HSV(B) | 172.31º | 0.31% | 1% | - |
| XYZ | 70.37 | 87.46 | 99.56 | - |
| YUV | 230.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 245 | 0.31 | 0 | 0.04 | 0 | 172.31 | 1 | 0.85 |
| Hex | B1 | FF | F5 | 1F | 0 | 4 | 0 | AC | 64 | 55 |
| Octal | 261 | 377 | 365 | 37 | 0 | 4 | 0 | 254 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11110101 | 11111 | 0 | 100 | 0 | 10101100 | 1100100 | 1010101 |
Color Harmonies of #B1FFF5
Complementary color
Monochromatic Colors of #B1FFF5
Black with #B1FFF5
Text Example
Text Example
White with #B1FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFF5; }
p { color: rgb(177,255,245); }
H1.HeaderClassName
{
color: #B1FFF5;
}
.AnyTagClassName
{
color: #B1FFF5;
}
</style>
background-color css
<style>
a { background-color: #B1FFF5; }
a { background-color: rgb(177,255,245); }
div.DivClassName
{
background-color: #B1FFF5;
}
.BgClassName
{
background-color: #B1FFF5;
}
</style>
border-color css
<style>
span { border-color: #B1FFF5; }
span { border-color: rgb(177,255,245); }
td.TdClassName
{
border-color: #B1FFF5;
}
.TagClassName
{
border-color: #B1FFF5;
}
</style>