Shades of Pale Turquoise #B1EEEA
Tints of Pale Turquoise #B1EEEA
RGB
CMYK
RGB Variations
Color information
#B1EEEA (or 0xB1EEEA) is known color: Pale Turquoise. HEX triplet: B1, EE and EA. RGB value is (177,238,234). Sum of RGB (Red+Green+Blue) = 177+238+234=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EEEA is #4E1115. Grayscale: #DBDBDB. Windows color (decimal): -5116182 or 15396529. OLE color: 15396529.
HSL color Cylindrical-coordinate representation of color #B1EEEA: hue angle of 176.07º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEEA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 234 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.07 |
| HSL | 176.07º | 0.64% | 0.81% | - |
| HSV(B) | 176.07º | 0.26% | 0.93% | - |
| XYZ | 63.56 | 76.44 | 89.25 | - |
| YUV | 219.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 234 | 0.26 | 0 | 0.02 | 0.07 | 176.07 | 0.64 | 0.81 |
| Hex | B1 | EE | EA | 1A | 0 | 2 | 7 | B0 | 40 | 51 |
| Octal | 261 | 356 | 352 | 32 | 0 | 2 | 7 | 260 | 100 | 121 |
| Binary | 10110001 | 11101110 | 11101010 | 11010 | 0 | 10 | 111 | 10110000 | 1000000 | 1010001 |
Color Harmonies of #B1EEEA
Complementary color
Monochromatic Colors of #B1EEEA
Black with #B1EEEA
Text Example
Text Example
White with #B1EEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEEA; }
p { color: rgb(177,238,234); }
H1.HeaderClassName
{
color: #B1EEEA;
}
.AnyTagClassName
{
color: #B1EEEA;
}
</style>
background-color css
<style>
a { background-color: #B1EEEA; }
a { background-color: rgb(177,238,234); }
div.DivClassName
{
background-color: #B1EEEA;
}
.BgClassName
{
background-color: #B1EEEA;
}
</style>
border-color css
<style>
span { border-color: #B1EEEA; }
span { border-color: rgb(177,238,234); }
td.TdClassName
{
border-color: #B1EEEA;
}
.TagClassName
{
border-color: #B1EEEA;
}
</style>