Shades of Pale Turquoise #B1EFFE
Tints of Pale Turquoise #B1EFFE
RGB
CMYK
RGB Variations
Color information
#B1EFFE (or 0xB1EFFE) is known color: Pale Turquoise. HEX triplet: B1, EF and FE. RGB value is (177,239,254). Sum of RGB (Red+Green+Blue) = 177+239+254=670 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.42% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EFFE is #4E1001. Grayscale: #DEDEDE. Windows color (decimal): -5115906 or 16707505. OLE color: 16707505.
HSL color Cylindrical-coordinate representation of color #B1EFFE: hue angle of 191.69º 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 #B1EFFE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 239 | 254 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.00 |
| HSL | 191.69º | 0.97% | 0.85% | - |
| HSV(B) | 191.69º | 0.3% | 1% | - |
| XYZ | 66.89 | 78.24 | 105.34 | - |
| YUV | 222.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 239 | 254 | 0.30 | 0.06 | 0 | 0.00 | 191.69 | 0.97 | 0.85 |
| Hex | B1 | EF | FE | 1E | 6 | 0 | 0 | C0 | 61 | 55 |
| Octal | 261 | 357 | 376 | 36 | 6 | 0 | 0 | 300 | 141 | 125 |
| Binary | 10110001 | 11101111 | 11111110 | 11110 | 110 | 0 | 0 | 11000000 | 1100001 | 1010101 |
Color Harmonies of #B1EFFE
Complementary color
Monochromatic Colors of #B1EFFE
Black with #B1EFFE
Text Example
Text Example
White with #B1EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EFFE; }
p { color: rgb(177,239,254); }
H1.HeaderClassName
{
color: #B1EFFE;
}
.AnyTagClassName
{
color: #B1EFFE;
}
</style>
background-color css
<style>
a { background-color: #B1EFFE; }
a { background-color: rgb(177,239,254); }
div.DivClassName
{
background-color: #B1EFFE;
}
.BgClassName
{
background-color: #B1EFFE;
}
</style>
border-color css
<style>
span { border-color: #B1EFFE; }
span { border-color: rgb(177,239,254); }
td.TdClassName
{
border-color: #B1EFFE;
}
.TagClassName
{
border-color: #B1EFFE;
}
</style>