Shades of Pale Turquoise #B1FFFE
Tints of Pale Turquoise #B1FFFE
RGB
CMYK
RGB Variations
Color information
#B1FFFE (or 0xB1FFFE) is known color: Pale Turquoise. HEX triplet: B1, FF and FE. RGB value is (177,255,254). Sum of RGB (Red+Green+Blue) = 177+255+254=686 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.80% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFFE is #4E0001. Grayscale: #E7E7E7. Windows color (decimal): -5111810 or 16711601. OLE color: 16711601.
HSL color Cylindrical-coordinate representation of color #B1FFFE: hue angle of 179.23º 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 #B1FFFE is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 254 | - |
| CMYK | 0.31 | 0 | 0.00 | 0 |
| HSL | 179.23º | 1% | 0.85% | - |
| HSV(B) | 179.23º | 0.31% | 1% | - |
| XYZ | 71.78 | 88.02 | 106.97 | - |
| YUV | 231.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 254 | 0.31 | 0 | 0.00 | 0 | 179.23 | 1 | 0.85 |
| Hex | B1 | FF | FE | 1F | 0 | 0 | 0 | B3 | 64 | 55 |
| Octal | 261 | 377 | 376 | 37 | 0 | 0 | 0 | 263 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11111110 | 11111 | 0 | 0 | 0 | 10110011 | 1100100 | 1010101 |
Color Harmonies of #B1FFFE
Complementary color
Monochromatic Colors of #B1FFFE
Black with #B1FFFE
Text Example
Text Example
White with #B1FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFFE; }
p { color: rgb(177,255,254); }
H1.HeaderClassName
{
color: #B1FFFE;
}
.AnyTagClassName
{
color: #B1FFFE;
}
</style>
background-color css
<style>
a { background-color: #B1FFFE; }
a { background-color: rgb(177,255,254); }
div.DivClassName
{
background-color: #B1FFFE;
}
.BgClassName
{
background-color: #B1FFFE;
}
</style>
border-color css
<style>
span { border-color: #B1FFFE; }
span { border-color: rgb(177,255,254); }
td.TdClassName
{
border-color: #B1FFFE;
}
.TagClassName
{
border-color: #B1FFFE;
}
</style>