Shades of Pale Turquoise #B1EBEB
Tints of Pale Turquoise #B1EBEB
RGB
CMYK
RGB Variations
Color information
#B1EBEB (or 0xB1EBEB) is known color: Pale Turquoise. HEX triplet: B1, EB and EB. RGB value is (177,235,235). Sum of RGB (Red+Green+Blue) = 177+235+235=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #B1EBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBEB is #4E1414. Grayscale: #D9D9D9. Windows color (decimal): -5116949 or 15461297. OLE color: 15461297.
HSL color Cylindrical-coordinate representation of color #B1EBEB: hue angle of 180º 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 #B1EBEB is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 235 | - |
| CMYK | 0.25 | 0 | 0 | 0.08 |
| HSL | 180º | 0.59% | 0.81% | - |
| HSV(B) | 180º | 0.25% | 0.92% | - |
| XYZ | 62.84 | 74.76 | 89.72 | - |
| YUV | 217.66 | 137.78 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 235 | 0.25 | 0 | 0 | 0.08 | 180 | 0.59 | 0.81 |
| Hex | B1 | EB | EB | 19 | 0 | 0 | 8 | B4 | 3B | 51 |
| Octal | 261 | 353 | 353 | 31 | 0 | 0 | 10 | 264 | 73 | 121 |
| Binary | 10110001 | 11101011 | 11101011 | 11001 | 0 | 0 | 1000 | 10110100 | 111011 | 1010001 |
Color Harmonies of #B1EBEB
Complementary color
Monochromatic Colors of #B1EBEB
Black with #B1EBEB
Text Example
Text Example
White with #B1EBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBEB; }
p { color: rgb(177,235,235); }
H1.HeaderClassName
{
color: #B1EBEB;
}
.AnyTagClassName
{
color: #B1EBEB;
}
</style>
background-color css
<style>
a { background-color: #B1EBEB; }
a { background-color: rgb(177,235,235); }
div.DivClassName
{
background-color: #B1EBEB;
}
.BgClassName
{
background-color: #B1EBEB;
}
</style>
border-color css
<style>
span { border-color: #B1EBEB; }
span { border-color: rgb(177,235,235); }
td.TdClassName
{
border-color: #B1EBEB;
}
.TagClassName
{
border-color: #B1EBEB;
}
</style>