Shades of Pale Turquoise #B1FFFD
Tints of Pale Turquoise #B1FFFD
RGB
CMYK
RGB Variations
Color information
#B1FFFD (or 0xB1FFFD) is known color: Pale Turquoise. HEX triplet: B1, FF and FD. RGB value is (177,255,253). Sum of RGB (Red+Green+Blue) = 177+255+253=685 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.84% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFFD is #4E0002. Grayscale: #E7E7E7. Windows color (decimal): -5111811 or 16646065. OLE color: 16646065.
HSL color Cylindrical-coordinate representation of color #B1FFFD: hue angle of 178.46º 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 #B1FFFD is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 253 | - |
| CMYK | 0.31 | 0 | 0.01 | 0 |
| HSL | 178.46º | 1% | 0.85% | - |
| HSV(B) | 178.46º | 0.31% | 1% | - |
| XYZ | 71.62 | 87.96 | 106.13 | - |
| YUV | 231.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 253 | 0.31 | 0 | 0.01 | 0 | 178.46 | 1 | 0.85 |
| Hex | B1 | FF | FD | 1F | 0 | 1 | 0 | B2 | 64 | 55 |
| Octal | 261 | 377 | 375 | 37 | 0 | 1 | 0 | 262 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11111101 | 11111 | 0 | 1 | 0 | 10110010 | 1100100 | 1010101 |
Color Harmonies of #B1FFFD
Complementary color
Monochromatic Colors of #B1FFFD
Black with #B1FFFD
Text Example
Text Example
White with #B1FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFFD; }
p { color: rgb(177,255,253); }
H1.HeaderClassName
{
color: #B1FFFD;
}
.AnyTagClassName
{
color: #B1FFFD;
}
</style>
background-color css
<style>
a { background-color: #B1FFFD; }
a { background-color: rgb(177,255,253); }
div.DivClassName
{
background-color: #B1FFFD;
}
.BgClassName
{
background-color: #B1FFFD;
}
</style>
border-color css
<style>
span { border-color: #B1FFFD; }
span { border-color: rgb(177,255,253); }
td.TdClassName
{
border-color: #B1FFFD;
}
.TagClassName
{
border-color: #B1FFFD;
}
</style>