Shades of Pale Turquoise #B0ECF5
Tints of Pale Turquoise #B0ECF5
RGB
CMYK
RGB Variations
Color information
#B0ECF5 (or 0xB0ECF5) is known color: Pale Turquoise. HEX triplet: B0, EC and F5. RGB value is (176,236,245). Sum of RGB (Red+Green+Blue) = 176+236+245=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #B0ECF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0ECF5 is #4F130A. Grayscale: #DADADA. Windows color (decimal): -5182219 or 16116912. OLE color: 16116912.
HSL color Cylindrical-coordinate representation of color #B0ECF5: hue angle of 187.83º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0ECF5 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 236 | 245 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.04 |
| HSL | 187.83º | 0.78% | 0.83% | - |
| HSV(B) | 187.83º | 0.28% | 0.96% | - |
| XYZ | 64.38 | 75.81 | 97.63 | - |
| YUV | 219.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 245 | 0.28 | 0.04 | 0 | 0.04 | 187.83 | 0.78 | 0.83 |
| Hex | B0 | EC | F5 | 1C | 4 | 0 | 4 | BC | 4E | 53 |
| Octal | 260 | 354 | 365 | 34 | 4 | 0 | 4 | 274 | 116 | 123 |
| Binary | 10110000 | 11101100 | 11110101 | 11100 | 100 | 0 | 100 | 10111100 | 1001110 | 1010011 |
Color Harmonies of #B0ECF5
Complementary color
Monochromatic Colors of #B0ECF5
Black with #B0ECF5
Text Example
Text Example
White with #B0ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECF5; }
p { color: rgb(176,236,245); }
H1.HeaderClassName
{
color: #B0ECF5;
}
.AnyTagClassName
{
color: #B0ECF5;
}
</style>
background-color css
<style>
a { background-color: #B0ECF5; }
a { background-color: rgb(176,236,245); }
div.DivClassName
{
background-color: #B0ECF5;
}
.BgClassName
{
background-color: #B0ECF5;
}
</style>
border-color css
<style>
span { border-color: #B0ECF5; }
span { border-color: rgb(176,236,245); }
td.TdClassName
{
border-color: #B0ECF5;
}
.TagClassName
{
border-color: #B0ECF5;
}
</style>