Shades of Pale Turquoise #B1E9EE
Tints of Pale Turquoise #B1E9EE
RGB
CMYK
RGB Variations
Color information
#B1E9EE (or 0xB1E9EE) is known color: Pale Turquoise. HEX triplet: B1, E9 and EE. RGB value is (177,233,238). Sum of RGB (Red+Green+Blue) = 177+233+238=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1E9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E9EE is #4E1611. Grayscale: #D8D8D8. Windows color (decimal): -5117458 or 15657393. OLE color: 15657393.
HSL color Cylindrical-coordinate representation of color #B1E9EE: hue angle of 184.92º 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 #B1E9EE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 233 | 238 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.07 |
| HSL | 184.92º | 0.64% | 0.81% | - |
| HSV(B) | 184.92º | 0.26% | 0.93% | - |
| XYZ | 62.7 | 73.8 | 91.83 | - |
| YUV | 216.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 233 | 238 | 0.26 | 0.02 | 0 | 0.07 | 184.92 | 0.64 | 0.81 |
| Hex | B1 | E9 | EE | 1A | 2 | 0 | 7 | B9 | 40 | 51 |
| Octal | 261 | 351 | 356 | 32 | 2 | 0 | 7 | 271 | 100 | 121 |
| Binary | 10110001 | 11101001 | 11101110 | 11010 | 10 | 0 | 111 | 10111001 | 1000000 | 1010001 |
Color Harmonies of #B1E9EE
Complementary color
Monochromatic Colors of #B1E9EE
Black with #B1E9EE
Text Example
Text Example
White with #B1E9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E9EE; }
p { color: rgb(177,233,238); }
H1.HeaderClassName
{
color: #B1E9EE;
}
.AnyTagClassName
{
color: #B1E9EE;
}
</style>
background-color css
<style>
a { background-color: #B1E9EE; }
a { background-color: rgb(177,233,238); }
div.DivClassName
{
background-color: #B1E9EE;
}
.BgClassName
{
background-color: #B1E9EE;
}
</style>
border-color css
<style>
span { border-color: #B1E9EE; }
span { border-color: rgb(177,233,238); }
td.TdClassName
{
border-color: #B1E9EE;
}
.TagClassName
{
border-color: #B1E9EE;
}
</style>