Shades of Pale Turquoise #B1FAF4
Tints of Pale Turquoise #B1FAF4
RGB
CMYK
RGB Variations
Color information
#B1FAF4 (or 0xB1FAF4) is known color: Pale Turquoise. HEX triplet: B1, FA and F4. RGB value is (177,250,244). Sum of RGB (Red+Green+Blue) = 177+250+244=671 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.38% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FAF4 is #4E050B. Grayscale: #E3E3E3. Windows color (decimal): -5113100 or 16054961. OLE color: 16054961.
HSL color Cylindrical-coordinate representation of color #B1FAF4: hue angle of 175.07º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FAF4 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 244 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.02 |
| HSL | 175.07º | 0.88% | 0.84% | - |
| HSV(B) | 175.07º | 0.29% | 0.98% | - |
| XYZ | 68.65 | 84.25 | 98.23 | - |
| YUV | 227.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 244 | 0.29 | 0 | 0.02 | 0.02 | 175.07 | 0.88 | 0.84 |
| Hex | B1 | FA | F4 | 1D | 0 | 2 | 2 | AF | 58 | 54 |
| Octal | 261 | 372 | 364 | 35 | 0 | 2 | 2 | 257 | 130 | 124 |
| Binary | 10110001 | 11111010 | 11110100 | 11101 | 0 | 10 | 10 | 10101111 | 1011000 | 1010100 |
Color Harmonies of #B1FAF4
Complementary color
Monochromatic Colors of #B1FAF4
Black with #B1FAF4
Text Example
Text Example
White with #B1FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FAF4; }
p { color: rgb(177,250,244); }
H1.HeaderClassName
{
color: #B1FAF4;
}
.AnyTagClassName
{
color: #B1FAF4;
}
</style>
background-color css
<style>
a { background-color: #B1FAF4; }
a { background-color: rgb(177,250,244); }
div.DivClassName
{
background-color: #B1FAF4;
}
.BgClassName
{
background-color: #B1FAF4;
}
</style>
border-color css
<style>
span { border-color: #B1FAF4; }
span { border-color: rgb(177,250,244); }
td.TdClassName
{
border-color: #B1FAF4;
}
.TagClassName
{
border-color: #B1FAF4;
}
</style>