Shades of Pale Turquoise #B1E8EE
Tints of Pale Turquoise #B1E8EE
RGB
CMYK
RGB Variations
Color information
#B1E8EE (or 0xB1E8EE) is known color: Pale Turquoise. HEX triplet: B1, E8 and EE. RGB value is (177,232,238). Sum of RGB (Red+Green+Blue) = 177+232+238=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1E8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E8EE is #4E1711. Grayscale: #D8D8D8. Windows color (decimal): -5117714 or 15657137. OLE color: 15657137.
HSL color Cylindrical-coordinate representation of color #B1E8EE: hue angle of 185.9º 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 #B1E8EE is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 232 | 238 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.07 |
| HSL | 185.9º | 0.64% | 0.81% | - |
| HSV(B) | 185.9º | 0.26% | 0.93% | - |
| XYZ | 62.42 | 73.23 | 91.73 | - |
| YUV | 216.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 238 | 0.26 | 0.03 | 0 | 0.07 | 185.9 | 0.64 | 0.81 |
| Hex | B1 | E8 | EE | 1A | 3 | 0 | 7 | BA | 40 | 51 |
| Octal | 261 | 350 | 356 | 32 | 3 | 0 | 7 | 272 | 100 | 121 |
| Binary | 10110001 | 11101000 | 11101110 | 11010 | 11 | 0 | 111 | 10111010 | 1000000 | 1010001 |
Color Harmonies of #B1E8EE
Complementary color
Monochromatic Colors of #B1E8EE
Black with #B1E8EE
Text Example
Text Example
White with #B1E8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E8EE; }
p { color: rgb(177,232,238); }
H1.HeaderClassName
{
color: #B1E8EE;
}
.AnyTagClassName
{
color: #B1E8EE;
}
</style>
background-color css
<style>
a { background-color: #B1E8EE; }
a { background-color: rgb(177,232,238); }
div.DivClassName
{
background-color: #B1E8EE;
}
.BgClassName
{
background-color: #B1E8EE;
}
</style>
border-color css
<style>
span { border-color: #B1E8EE; }
span { border-color: rgb(177,232,238); }
td.TdClassName
{
border-color: #B1E8EE;
}
.TagClassName
{
border-color: #B1E8EE;
}
</style>