Shades of Pale Turquoise #B1FEF6
Tints of Pale Turquoise #B1FEF6
RGB
CMYK
RGB Variations
Color information
#B1FEF6 (or 0xB1FEF6) is known color: Pale Turquoise. HEX triplet: B1, FE and F6. RGB value is (177,254,246). Sum of RGB (Red+Green+Blue) = 177+254+246=677 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.14% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEF6 is #4E0109. Grayscale: #E6E6E6. Windows color (decimal): -5112074 or 16187057. OLE color: 16187057.
HSL color Cylindrical-coordinate representation of color #B1FEF6: hue angle of 173.77º 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 #B1FEF6 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 246 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.00 |
| HSL | 173.77º | 0.97% | 0.85% | - |
| HSV(B) | 173.77º | 0.3% | 1% | - |
| XYZ | 70.21 | 86.88 | 100.26 | - |
| YUV | 230.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 246 | 0.30 | 0 | 0.03 | 0.00 | 173.77 | 0.97 | 0.85 |
| Hex | B1 | FE | F6 | 1E | 0 | 3 | 0 | AE | 61 | 55 |
| Octal | 261 | 376 | 366 | 36 | 0 | 3 | 0 | 256 | 141 | 125 |
| Binary | 10110001 | 11111110 | 11110110 | 11110 | 0 | 11 | 0 | 10101110 | 1100001 | 1010101 |
Color Harmonies of #B1FEF6
Complementary color
Monochromatic Colors of #B1FEF6
Black with #B1FEF6
Text Example
Text Example
White with #B1FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEF6; }
p { color: rgb(177,254,246); }
H1.HeaderClassName
{
color: #B1FEF6;
}
.AnyTagClassName
{
color: #B1FEF6;
}
</style>
background-color css
<style>
a { background-color: #B1FEF6; }
a { background-color: rgb(177,254,246); }
div.DivClassName
{
background-color: #B1FEF6;
}
.BgClassName
{
background-color: #B1FEF6;
}
</style>
border-color css
<style>
span { border-color: #B1FEF6; }
span { border-color: rgb(177,254,246); }
td.TdClassName
{
border-color: #B1FEF6;
}
.TagClassName
{
border-color: #B1FEF6;
}
</style>