Shades of Pale Turquoise #B1F2FF
Tints of Pale Turquoise #B1F2FF
RGB
CMYK
RGB Variations
Color information
#B1F2FF (or 0xB1F2FF) is known color: Pale Turquoise. HEX triplet: B1, F2 and FF. RGB value is (177,242,255). Sum of RGB (Red+Green+Blue) = 177+242+255=674 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.26% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F2FF is #4E0D00. Grayscale: #DFDFDF. Windows color (decimal): -5115137 or 16773809. OLE color: 16773809.
HSL color Cylindrical-coordinate representation of color #B1F2FF: hue angle of 190º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1F2FF is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 242 | 255 | - |
| CMYK | 0.31 | 0.05 | 0 | 0 |
| HSL | 190º | 1% | 0.85% | - |
| HSV(B) | 190º | 0.31% | 1% | - |
| XYZ | 67.93 | 80.07 | 106.48 | - |
| YUV | 224.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 242 | 255 | 0.31 | 0.05 | 0 | 0 | 190 | 1 | 0.85 |
| Hex | B1 | F2 | FF | 1F | 5 | 0 | 0 | BE | 64 | 55 |
| Octal | 261 | 362 | 377 | 37 | 5 | 0 | 0 | 276 | 144 | 125 |
| Binary | 10110001 | 11110010 | 11111111 | 11111 | 101 | 0 | 0 | 10111110 | 1100100 | 1010101 |
Color Harmonies of #B1F2FF
Complementary color
Monochromatic Colors of #B1F2FF
Black with #B1F2FF
Text Example
Text Example
White with #B1F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F2FF; }
p { color: rgb(177,242,255); }
H1.HeaderClassName
{
color: #B1F2FF;
}
.AnyTagClassName
{
color: #B1F2FF;
}
</style>
background-color css
<style>
a { background-color: #B1F2FF; }
a { background-color: rgb(177,242,255); }
div.DivClassName
{
background-color: #B1F2FF;
}
.BgClassName
{
background-color: #B1F2FF;
}
</style>
border-color css
<style>
span { border-color: #B1F2FF; }
span { border-color: rgb(177,242,255); }
td.TdClassName
{
border-color: #B1F2FF;
}
.TagClassName
{
border-color: #B1F2FF;
}
</style>