Shades of Pale Turquoise #B0F8EC
Tints of Pale Turquoise #B0F8EC
RGB
CMYK
RGB Variations
Color information
#B0F8EC (or 0xB0F8EC) is known color: Pale Turquoise. HEX triplet: B0, F8 and EC. RGB value is (176,248,236). Sum of RGB (Red+Green+Blue) = 176+248+236=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F8EC is #4F0713. Grayscale: #E1E1E1. Windows color (decimal): -5179156 or 15530160. OLE color: 15530160.
HSL color Cylindrical-coordinate representation of color #B0F8EC: hue angle of 170º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F8EC is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 236 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.03 |
| HSL | 170º | 0.84% | 0.83% | - |
| HSV(B) | 170º | 0.29% | 0.97% | - |
| XYZ | 66.61 | 82.42 | 91.75 | - |
| YUV | 225.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 236 | 0.29 | 0 | 0.05 | 0.03 | 170 | 0.84 | 0.83 |
| Hex | B0 | F8 | EC | 1D | 0 | 5 | 3 | AA | 54 | 53 |
| Octal | 260 | 370 | 354 | 35 | 0 | 5 | 3 | 252 | 124 | 123 |
| Binary | 10110000 | 11111000 | 11101100 | 11101 | 0 | 101 | 11 | 10101010 | 1010100 | 1010011 |
Color Harmonies of #B0F8EC
Complementary color
Monochromatic Colors of #B0F8EC
Black with #B0F8EC
Text Example
Text Example
White with #B0F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F8EC; }
p { color: rgb(176,248,236); }
H1.HeaderClassName
{
color: #B0F8EC;
}
.AnyTagClassName
{
color: #B0F8EC;
}
</style>
background-color css
<style>
a { background-color: #B0F8EC; }
a { background-color: rgb(176,248,236); }
div.DivClassName
{
background-color: #B0F8EC;
}
.BgClassName
{
background-color: #B0F8EC;
}
</style>
border-color css
<style>
span { border-color: #B0F8EC; }
span { border-color: rgb(176,248,236); }
td.TdClassName
{
border-color: #B0F8EC;
}
.TagClassName
{
border-color: #B0F8EC;
}
</style>