Shades of Pale Turquoise #B1E8E3
Tints of Pale Turquoise #B1E8E3
RGB
CMYK
RGB Variations
Color information
#B1E8E3 (or 0xB1E8E3) is known color: Pale Turquoise. HEX triplet: B1, E8 and E3. RGB value is (177,232,227). Sum of RGB (Red+Green+Blue) = 177+232+227=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E8E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E8E3 is #4E171C. Grayscale: #D6D6D6. Windows color (decimal): -5117725 or 14936241. OLE color: 14936241.
HSL color Cylindrical-coordinate representation of color #B1E8E3: hue angle of 174.55º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E8E3 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 232 | 227 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.09 |
| HSL | 174.55º | 0.54% | 0.8% | - |
| HSV(B) | 174.55º | 0.24% | 0.91% | - |
| XYZ | 60.85 | 72.61 | 83.48 | - |
| YUV | 214.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 227 | 0.24 | 0 | 0.02 | 0.09 | 174.55 | 0.54 | 0.8 |
| Hex | B1 | E8 | E3 | 18 | 0 | 2 | 9 | AF | 36 | 50 |
| Octal | 261 | 350 | 343 | 30 | 0 | 2 | 11 | 257 | 66 | 120 |
| Binary | 10110001 | 11101000 | 11100011 | 11000 | 0 | 10 | 1001 | 10101111 | 110110 | 1010000 |
Color Harmonies of #B1E8E3
Complementary color
Monochromatic Colors of #B1E8E3
Black with #B1E8E3
Text Example
Text Example
White with #B1E8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E8E3; }
p { color: rgb(177,232,227); }
H1.HeaderClassName
{
color: #B1E8E3;
}
.AnyTagClassName
{
color: #B1E8E3;
}
</style>
background-color css
<style>
a { background-color: #B1E8E3; }
a { background-color: rgb(177,232,227); }
div.DivClassName
{
background-color: #B1E8E3;
}
.BgClassName
{
background-color: #B1E8E3;
}
</style>
border-color css
<style>
span { border-color: #B1E8E3; }
span { border-color: rgb(177,232,227); }
td.TdClassName
{
border-color: #B1E8E3;
}
.TagClassName
{
border-color: #B1E8E3;
}
</style>