Shades of Pale Turquoise #B0E9EC
Tints of Pale Turquoise #B0E9EC
RGB
CMYK
RGB Variations
Color information
#B0E9EC (or 0xB0E9EC) is known color: Pale Turquoise. HEX triplet: B0, E9 and EC. RGB value is (176,233,236). Sum of RGB (Red+Green+Blue) = 176+233+236=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0E9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E9EC is #4F1613. Grayscale: #D8D8D8. Windows color (decimal): -5182996 or 15526320. OLE color: 15526320.
HSL color Cylindrical-coordinate representation of color #B0E9EC: hue angle of 183º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E9EC is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 233 | 236 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.07 |
| HSL | 183º | 0.61% | 0.81% | - |
| HSV(B) | 183º | 0.25% | 0.93% | - |
| XYZ | 62.18 | 73.56 | 90.28 | - |
| YUV | 216.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 233 | 236 | 0.25 | 0.01 | 0 | 0.07 | 183 | 0.61 | 0.81 |
| Hex | B0 | E9 | EC | 19 | 1 | 0 | 7 | B7 | 3D | 51 |
| Octal | 260 | 351 | 354 | 31 | 1 | 0 | 7 | 267 | 75 | 121 |
| Binary | 10110000 | 11101001 | 11101100 | 11001 | 1 | 0 | 111 | 10110111 | 111101 | 1010001 |
Color Harmonies of #B0E9EC
Complementary color
Monochromatic Colors of #B0E9EC
Black with #B0E9EC
Text Example
Text Example
White with #B0E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E9EC; }
p { color: rgb(176,233,236); }
H1.HeaderClassName
{
color: #B0E9EC;
}
.AnyTagClassName
{
color: #B0E9EC;
}
</style>
background-color css
<style>
a { background-color: #B0E9EC; }
a { background-color: rgb(176,233,236); }
div.DivClassName
{
background-color: #B0E9EC;
}
.BgClassName
{
background-color: #B0E9EC;
}
</style>
border-color css
<style>
span { border-color: #B0E9EC; }
span { border-color: rgb(176,233,236); }
td.TdClassName
{
border-color: #B0E9EC;
}
.TagClassName
{
border-color: #B0E9EC;
}
</style>