Shades of Pale Turquoise #B0F0EC
Tints of Pale Turquoise #B0F0EC
RGB
CMYK
RGB Variations
Color information
#B0F0EC (or 0xB0F0EC) is known color: Pale Turquoise. HEX triplet: B0, F0 and EC. RGB value is (176,240,236). Sum of RGB (Red+Green+Blue) = 176+240+236=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0EC is #4F0F13. Grayscale: #DCDCDC. Windows color (decimal): -5181204 or 15528112. OLE color: 15528112.
HSL color Cylindrical-coordinate representation of color #B0F0EC: hue angle of 176.25º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0EC is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 236 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.06 |
| HSL | 176.25º | 0.68% | 0.82% | - |
| HSV(B) | 176.25º | 0.27% | 0.94% | - |
| XYZ | 64.2 | 77.61 | 90.95 | - |
| YUV | 220.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 236 | 0.27 | 0 | 0.02 | 0.06 | 176.25 | 0.68 | 0.82 |
| Hex | B0 | F0 | EC | 1B | 0 | 2 | 6 | B0 | 44 | 52 |
| Octal | 260 | 360 | 354 | 33 | 0 | 2 | 6 | 260 | 104 | 122 |
| Binary | 10110000 | 11110000 | 11101100 | 11011 | 0 | 10 | 110 | 10110000 | 1000100 | 1010010 |
Color Harmonies of #B0F0EC
Complementary color
Monochromatic Colors of #B0F0EC
Black with #B0F0EC
Text Example
Text Example
White with #B0F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0EC; }
p { color: rgb(176,240,236); }
H1.HeaderClassName
{
color: #B0F0EC;
}
.AnyTagClassName
{
color: #B0F0EC;
}
</style>
background-color css
<style>
a { background-color: #B0F0EC; }
a { background-color: rgb(176,240,236); }
div.DivClassName
{
background-color: #B0F0EC;
}
.BgClassName
{
background-color: #B0F0EC;
}
</style>
border-color css
<style>
span { border-color: #B0F0EC; }
span { border-color: rgb(176,240,236); }
td.TdClassName
{
border-color: #B0F0EC;
}
.TagClassName
{
border-color: #B0F0EC;
}
</style>