Shades of Pale Turquoise #B1EBE6
Tints of Pale Turquoise #B1EBE6
RGB
CMYK
RGB Variations
Color information
#B1EBE6 (or 0xB1EBE6) is known color: Pale Turquoise. HEX triplet: B1, EB and E6. RGB value is (177,235,230). Sum of RGB (Red+Green+Blue) = 177+235+230=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBE6 is #4E1419. Grayscale: #D9D9D9. Windows color (decimal): -5116954 or 15133617. OLE color: 15133617.
HSL color Cylindrical-coordinate representation of color #B1EBE6: hue angle of 174.83º 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 #B1EBE6 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 230 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.08 |
| HSL | 174.83º | 0.59% | 0.81% | - |
| HSV(B) | 174.83º | 0.25% | 0.92% | - |
| XYZ | 62.12 | 74.48 | 85.96 | - |
| YUV | 217.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 230 | 0.25 | 0 | 0.02 | 0.08 | 174.83 | 0.59 | 0.81 |
| Hex | B1 | EB | E6 | 19 | 0 | 2 | 8 | AF | 3B | 51 |
| Octal | 261 | 353 | 346 | 31 | 0 | 2 | 10 | 257 | 73 | 121 |
| Binary | 10110001 | 11101011 | 11100110 | 11001 | 0 | 10 | 1000 | 10101111 | 111011 | 1010001 |
Color Harmonies of #B1EBE6
Complementary color
Monochromatic Colors of #B1EBE6
Black with #B1EBE6
Text Example
Text Example
White with #B1EBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBE6; }
p { color: rgb(177,235,230); }
H1.HeaderClassName
{
color: #B1EBE6;
}
.AnyTagClassName
{
color: #B1EBE6;
}
</style>
background-color css
<style>
a { background-color: #B1EBE6; }
a { background-color: rgb(177,235,230); }
div.DivClassName
{
background-color: #B1EBE6;
}
.BgClassName
{
background-color: #B1EBE6;
}
</style>
border-color css
<style>
span { border-color: #B1EBE6; }
span { border-color: rgb(177,235,230); }
td.TdClassName
{
border-color: #B1EBE6;
}
.TagClassName
{
border-color: #B1EBE6;
}
</style>