Shades of Pale Turquoise #B1ECFA
Tints of Pale Turquoise #B1ECFA
RGB
CMYK
RGB Variations
Color information
#B1ECFA (or 0xB1ECFA) is known color: Pale Turquoise. HEX triplet: B1, EC and FA. RGB value is (177,236,250). Sum of RGB (Red+Green+Blue) = 177+236+250=663 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.70% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1ECFA is #4E1305. Grayscale: #DBDBDB. Windows color (decimal): -5116678 or 16444593. OLE color: 16444593.
HSL color Cylindrical-coordinate representation of color #B1ECFA: hue angle of 191.51º 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 #B1ECFA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 236 | 250 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.02 |
| HSL | 191.51º | 0.88% | 0.84% | - |
| HSV(B) | 191.51º | 0.29% | 0.98% | - |
| XYZ | 65.38 | 76.24 | 101.71 | - |
| YUV | 219.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 236 | 250 | 0.29 | 0.06 | 0 | 0.02 | 191.51 | 0.88 | 0.84 |
| Hex | B1 | EC | FA | 1D | 6 | 0 | 2 | C0 | 58 | 54 |
| Octal | 261 | 354 | 372 | 35 | 6 | 0 | 2 | 300 | 130 | 124 |
| Binary | 10110001 | 11101100 | 11111010 | 11101 | 110 | 0 | 10 | 11000000 | 1011000 | 1010100 |
Color Harmonies of #B1ECFA
Complementary color
Monochromatic Colors of #B1ECFA
Black with #B1ECFA
Text Example
Text Example
White with #B1ECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ECFA; }
p { color: rgb(177,236,250); }
H1.HeaderClassName
{
color: #B1ECFA;
}
.AnyTagClassName
{
color: #B1ECFA;
}
</style>
background-color css
<style>
a { background-color: #B1ECFA; }
a { background-color: rgb(177,236,250); }
div.DivClassName
{
background-color: #B1ECFA;
}
.BgClassName
{
background-color: #B1ECFA;
}
</style>
border-color css
<style>
span { border-color: #B1ECFA; }
span { border-color: rgb(177,236,250); }
td.TdClassName
{
border-color: #B1ECFA;
}
.TagClassName
{
border-color: #B1ECFA;
}
</style>