Shades of Pale Turquoise #B1FEF4
Tints of Pale Turquoise #B1FEF4
RGB
CMYK
RGB Variations
Color information
#B1FEF4 (or 0xB1FEF4) is known color: Pale Turquoise. HEX triplet: B1, FE and F4. RGB value is (177,254,244). Sum of RGB (Red+Green+Blue) = 177+254+244=675 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.22% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEF4 is #4E010B. Grayscale: #E5E5E5. Windows color (decimal): -5112076 or 16055985. OLE color: 16055985.
HSL color Cylindrical-coordinate representation of color #B1FEF4: hue angle of 172.21º 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 #B1FEF4 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 244 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.00 |
| HSL | 172.21º | 0.97% | 0.85% | - |
| HSV(B) | 172.21º | 0.3% | 1% | - |
| XYZ | 69.9 | 86.76 | 98.65 | - |
| YUV | 229.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 244 | 0.30 | 0 | 0.04 | 0.00 | 172.21 | 0.97 | 0.85 |
| Hex | B1 | FE | F4 | 1E | 0 | 4 | 0 | AC | 61 | 55 |
| Octal | 261 | 376 | 364 | 36 | 0 | 4 | 0 | 254 | 141 | 125 |
| Binary | 10110001 | 11111110 | 11110100 | 11110 | 0 | 100 | 0 | 10101100 | 1100001 | 1010101 |
Color Harmonies of #B1FEF4
Complementary color
Monochromatic Colors of #B1FEF4
Black with #B1FEF4
Text Example
Text Example
White with #B1FEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEF4; }
p { color: rgb(177,254,244); }
H1.HeaderClassName
{
color: #B1FEF4;
}
.AnyTagClassName
{
color: #B1FEF4;
}
</style>
background-color css
<style>
a { background-color: #B1FEF4; }
a { background-color: rgb(177,254,244); }
div.DivClassName
{
background-color: #B1FEF4;
}
.BgClassName
{
background-color: #B1FEF4;
}
</style>
border-color css
<style>
span { border-color: #B1FEF4; }
span { border-color: rgb(177,254,244); }
td.TdClassName
{
border-color: #B1FEF4;
}
.TagClassName
{
border-color: #B1FEF4;
}
</style>