Shades of Pale Turquoise #B1FFF0
Tints of Pale Turquoise #B1FFF0
RGB
CMYK
RGB Variations
Color information
#B1FFF0 (or 0xB1FFF0) is known color: Pale Turquoise. HEX triplet: B1, FF and F0. RGB value is (177,255,240). Sum of RGB (Red+Green+Blue) = 177+255+240=672 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.34% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFF0 is #4E000F. Grayscale: #E5E5E5. Windows color (decimal): -5111824 or 15794097. OLE color: 15794097.
HSL color Cylindrical-coordinate representation of color #B1FFF0: hue angle of 168.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 #B1FFF0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 240 | - |
| CMYK | 0.31 | 0 | 0.06 | 0 |
| HSL | 168.46º | 1% | 0.85% | - |
| HSV(B) | 168.46º | 0.31% | 1% | - |
| XYZ | 69.62 | 87.16 | 95.59 | - |
| YUV | 229.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 240 | 0.31 | 0 | 0.06 | 0 | 168.46 | 1 | 0.85 |
| Hex | B1 | FF | F0 | 1F | 0 | 6 | 0 | A8 | 64 | 55 |
| Octal | 261 | 377 | 360 | 37 | 0 | 6 | 0 | 250 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11110000 | 11111 | 0 | 110 | 0 | 10101000 | 1100100 | 1010101 |
Color Harmonies of #B1FFF0
Complementary color
Monochromatic Colors of #B1FFF0
Black with #B1FFF0
Text Example
Text Example
White with #B1FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFF0; }
p { color: rgb(177,255,240); }
H1.HeaderClassName
{
color: #B1FFF0;
}
.AnyTagClassName
{
color: #B1FFF0;
}
</style>
background-color css
<style>
a { background-color: #B1FFF0; }
a { background-color: rgb(177,255,240); }
div.DivClassName
{
background-color: #B1FFF0;
}
.BgClassName
{
background-color: #B1FFF0;
}
</style>
border-color css
<style>
span { border-color: #B1FFF0; }
span { border-color: rgb(177,255,240); }
td.TdClassName
{
border-color: #B1FFF0;
}
.TagClassName
{
border-color: #B1FFF0;
}
</style>