Shades of Pale Turquoise #B1FEF1
Tints of Pale Turquoise #B1FEF1
RGB
CMYK
RGB Variations
Color information
#B1FEF1 (or 0xB1FEF1) is known color: Pale Turquoise. HEX triplet: B1, FE and F1. RGB value is (177,254,241). Sum of RGB (Red+Green+Blue) = 177+254+241=672 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.34% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEF1 is #4E010E. Grayscale: #E5E5E5. Windows color (decimal): -5112079 or 15859377. OLE color: 15859377.
HSL color Cylindrical-coordinate representation of color #B1FEF1: hue angle of 169.87º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEF1 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 241 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.00 |
| HSL | 169.87º | 0.97% | 0.85% | - |
| HSV(B) | 169.87º | 0.3% | 1% | - |
| XYZ | 69.45 | 86.58 | 96.27 | - |
| YUV | 229.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 241 | 0.30 | 0 | 0.05 | 0.00 | 169.87 | 0.97 | 0.85 |
| Hex | B1 | FE | F1 | 1E | 0 | 5 | 0 | AA | 61 | 55 |
| Octal | 261 | 376 | 361 | 36 | 0 | 5 | 0 | 252 | 141 | 125 |
| Binary | 10110001 | 11111110 | 11110001 | 11110 | 0 | 101 | 0 | 10101010 | 1100001 | 1010101 |
Color Harmonies of #B1FEF1
Complementary color
Monochromatic Colors of #B1FEF1
Black with #B1FEF1
Text Example
Text Example
White with #B1FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEF1; }
p { color: rgb(177,254,241); }
H1.HeaderClassName
{
color: #B1FEF1;
}
.AnyTagClassName
{
color: #B1FEF1;
}
</style>
background-color css
<style>
a { background-color: #B1FEF1; }
a { background-color: rgb(177,254,241); }
div.DivClassName
{
background-color: #B1FEF1;
}
.BgClassName
{
background-color: #B1FEF1;
}
</style>
border-color css
<style>
span { border-color: #B1FEF1; }
span { border-color: rgb(177,254,241); }
td.TdClassName
{
border-color: #B1FEF1;
}
.TagClassName
{
border-color: #B1FEF1;
}
</style>