Shades of Pale Turquoise #B1F4F6
Tints of Pale Turquoise #B1F4F6
RGB
CMYK
RGB Variations
Color information
#B1F4F6 (or 0xB1F4F6) is known color: Pale Turquoise. HEX triplet: B1, F4 and F6. RGB value is (177,244,246). Sum of RGB (Red+Green+Blue) = 177+244+246=667 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.54% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #B1F4F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F4F6 is #4E0B09. Grayscale: #E0E0E0. Windows color (decimal): -5114634 or 16184497. OLE color: 16184497.
HSL color Cylindrical-coordinate representation of color #B1F4F6: hue angle of 181.74º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F4F6 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 246 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.04 |
| HSL | 181.74º | 0.79% | 0.83% | - |
| HSV(B) | 181.74º | 0.28% | 0.96% | - |
| XYZ | 67.12 | 80.7 | 99.23 | - |
| YUV | 224.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 246 | 0.28 | 0.01 | 0 | 0.04 | 181.74 | 0.79 | 0.83 |
| Hex | B1 | F4 | F6 | 1C | 1 | 0 | 4 | B6 | 4F | 53 |
| Octal | 261 | 364 | 366 | 34 | 1 | 0 | 4 | 266 | 117 | 123 |
| Binary | 10110001 | 11110100 | 11110110 | 11100 | 1 | 0 | 100 | 10110110 | 1001111 | 1010011 |
Color Harmonies of #B1F4F6
Complementary color
Monochromatic Colors of #B1F4F6
Black with #B1F4F6
Text Example
Text Example
White with #B1F4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F4F6; }
p { color: rgb(177,244,246); }
H1.HeaderClassName
{
color: #B1F4F6;
}
.AnyTagClassName
{
color: #B1F4F6;
}
</style>
background-color css
<style>
a { background-color: #B1F4F6; }
a { background-color: rgb(177,244,246); }
div.DivClassName
{
background-color: #B1F4F6;
}
.BgClassName
{
background-color: #B1F4F6;
}
</style>
border-color css
<style>
span { border-color: #B1F4F6; }
span { border-color: rgb(177,244,246); }
td.TdClassName
{
border-color: #B1F4F6;
}
.TagClassName
{
border-color: #B1F4F6;
}
</style>