Shades of Pale Turquoise #B1EEFA
Tints of Pale Turquoise #B1EEFA
RGB
CMYK
RGB Variations
Color information
#B1EEFA (or 0xB1EEFA) is known color: Pale Turquoise. HEX triplet: B1, EE and FA. RGB value is (177,238,250). Sum of RGB (Red+Green+Blue) = 177+238+250=665 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.62% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEFA is #4E1105. Grayscale: #DDDDDD. Windows color (decimal): -5116166 or 16445105. OLE color: 16445105.
HSL color Cylindrical-coordinate representation of color #B1EEFA: hue angle of 189.86º 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 #B1EEFA is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 238 | 250 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.02 |
| HSL | 189.86º | 0.88% | 0.84% | - |
| HSV(B) | 189.86º | 0.29% | 0.98% | - |
| XYZ | 65.96 | 77.4 | 101.91 | - |
| YUV | 221.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 250 | 0.29 | 0.05 | 0 | 0.02 | 189.86 | 0.88 | 0.84 |
| Hex | B1 | EE | FA | 1D | 5 | 0 | 2 | BE | 58 | 54 |
| Octal | 261 | 356 | 372 | 35 | 5 | 0 | 2 | 276 | 130 | 124 |
| Binary | 10110001 | 11101110 | 11111010 | 11101 | 101 | 0 | 10 | 10111110 | 1011000 | 1010100 |
Color Harmonies of #B1EEFA
Complementary color
Monochromatic Colors of #B1EEFA
Black with #B1EEFA
Text Example
Text Example
White with #B1EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEFA; }
p { color: rgb(177,238,250); }
H1.HeaderClassName
{
color: #B1EEFA;
}
.AnyTagClassName
{
color: #B1EEFA;
}
</style>
background-color css
<style>
a { background-color: #B1EEFA; }
a { background-color: rgb(177,238,250); }
div.DivClassName
{
background-color: #B1EEFA;
}
.BgClassName
{
background-color: #B1EEFA;
}
</style>
border-color css
<style>
span { border-color: #B1EEFA; }
span { border-color: rgb(177,238,250); }
td.TdClassName
{
border-color: #B1EEFA;
}
.TagClassName
{
border-color: #B1EEFA;
}
</style>