Shades of Pale Turquoise #B1EEFF
Tints of Pale Turquoise #B1EEFF
RGB
CMYK
RGB Variations
Color information
#B1EEFF (or 0xB1EEFF) is known color: Pale Turquoise. HEX triplet: B1, EE and FF. RGB value is (177,238,255). Sum of RGB (Red+Green+Blue) = 177+238+255=670 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.42% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEFF is #4E1100. Grayscale: #DDDDDD. Windows color (decimal): -5116161 or 16772785. OLE color: 16772785.
HSL color Cylindrical-coordinate representation of color #B1EEFF: hue angle of 193.08º 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 #B1EEFF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 238 | 255 | - |
| CMYK | 0.31 | 0.07 | 0 | 0 |
| HSL | 193.08º | 1% | 0.85% | - |
| HSV(B) | 193.08º | 0.31% | 1% | - |
| XYZ | 66.76 | 77.72 | 106.09 | - |
| YUV | 221.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 255 | 0.31 | 0.07 | 0 | 0 | 193.08 | 1 | 0.85 |
| Hex | B1 | EE | FF | 1F | 7 | 0 | 0 | C1 | 64 | 55 |
| Octal | 261 | 356 | 377 | 37 | 7 | 0 | 0 | 301 | 144 | 125 |
| Binary | 10110001 | 11101110 | 11111111 | 11111 | 111 | 0 | 0 | 11000001 | 1100100 | 1010101 |
Color Harmonies of #B1EEFF
Complementary color
Monochromatic Colors of #B1EEFF
Black with #B1EEFF
Text Example
Text Example
White with #B1EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEFF; }
p { color: rgb(177,238,255); }
H1.HeaderClassName
{
color: #B1EEFF;
}
.AnyTagClassName
{
color: #B1EEFF;
}
</style>
background-color css
<style>
a { background-color: #B1EEFF; }
a { background-color: rgb(177,238,255); }
div.DivClassName
{
background-color: #B1EEFF;
}
.BgClassName
{
background-color: #B1EEFF;
}
</style>
border-color css
<style>
span { border-color: #B1EEFF; }
span { border-color: rgb(177,238,255); }
td.TdClassName
{
border-color: #B1EEFF;
}
.TagClassName
{
border-color: #B1EEFF;
}
</style>