Shades of Pale Turquoise #B1EAEB
Tints of Pale Turquoise #B1EAEB
RGB
CMYK
RGB Variations
Color information
#B1EAEB (or 0xB1EAEB) is known color: Pale Turquoise. HEX triplet: B1, EA and EB. RGB value is (177,234,235). Sum of RGB (Red+Green+Blue) = 177+234+235=646 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.40% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1EAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAEB is #4E1514. Grayscale: #D9D9D9. Windows color (decimal): -5117205 or 15461041. OLE color: 15461041.
HSL color Cylindrical-coordinate representation of color #B1EAEB: hue angle of 181.03º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EAEB is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 234 | 235 | - |
| CMYK | 0.25 | 0.00 | 0 | 0.08 |
| HSL | 181.03º | 0.59% | 0.81% | - |
| HSV(B) | 181.03º | 0.25% | 0.92% | - |
| XYZ | 62.55 | 74.19 | 89.62 | - |
| YUV | 217.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 234 | 235 | 0.25 | 0.00 | 0 | 0.08 | 181.03 | 0.59 | 0.81 |
| Hex | B1 | EA | EB | 19 | 0 | 0 | 8 | B5 | 3B | 51 |
| Octal | 261 | 352 | 353 | 31 | 0 | 0 | 10 | 265 | 73 | 121 |
| Binary | 10110001 | 11101010 | 11101011 | 11001 | 0 | 0 | 1000 | 10110101 | 111011 | 1010001 |
Color Harmonies of #B1EAEB
Complementary color
Monochromatic Colors of #B1EAEB
Black with #B1EAEB
Text Example
Text Example
White with #B1EAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EAEB; }
p { color: rgb(177,234,235); }
H1.HeaderClassName
{
color: #B1EAEB;
}
.AnyTagClassName
{
color: #B1EAEB;
}
</style>
background-color css
<style>
a { background-color: #B1EAEB; }
a { background-color: rgb(177,234,235); }
div.DivClassName
{
background-color: #B1EAEB;
}
.BgClassName
{
background-color: #B1EAEB;
}
</style>
border-color css
<style>
span { border-color: #B1EAEB; }
span { border-color: rgb(177,234,235); }
td.TdClassName
{
border-color: #B1EAEB;
}
.TagClassName
{
border-color: #B1EAEB;
}
</style>