Shades of Pale Turquoise #B0F5FF
Tints of Pale Turquoise #B0F5FF
RGB
CMYK
RGB Variations
Color information
#B0F5FF (or 0xB0F5FF) is known color: Pale Turquoise. HEX triplet: B0, F5 and FF. RGB value is (176,245,255). Sum of RGB (Red+Green+Blue) = 176+245+255=676 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.04% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F5FF is #4F0A00. Grayscale: #E1E1E1. Windows color (decimal): -5179905 or 16774576. OLE color: 16774576.
HSL color Cylindrical-coordinate representation of color #B0F5FF: hue angle of 187.59º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F5FF is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 245 | 255 | - |
| CMYK | 0.31 | 0.04 | 0 | 0 |
| HSL | 187.59º | 1% | 0.85% | - |
| HSV(B) | 187.59º | 0.31% | 1% | - |
| XYZ | 68.61 | 81.75 | 106.77 | - |
| YUV | 225.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 245 | 255 | 0.31 | 0.04 | 0 | 0 | 187.59 | 1 | 0.85 |
| Hex | B0 | F5 | FF | 1F | 4 | 0 | 0 | BC | 64 | 55 |
| Octal | 260 | 365 | 377 | 37 | 4 | 0 | 0 | 274 | 144 | 125 |
| Binary | 10110000 | 11110101 | 11111111 | 11111 | 100 | 0 | 0 | 10111100 | 1100100 | 1010101 |
Color Harmonies of #B0F5FF
Complementary color
Monochromatic Colors of #B0F5FF
Black with #B0F5FF
Text Example
Text Example
White with #B0F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F5FF; }
p { color: rgb(176,245,255); }
H1.HeaderClassName
{
color: #B0F5FF;
}
.AnyTagClassName
{
color: #B0F5FF;
}
</style>
background-color css
<style>
a { background-color: #B0F5FF; }
a { background-color: rgb(176,245,255); }
div.DivClassName
{
background-color: #B0F5FF;
}
.BgClassName
{
background-color: #B0F5FF;
}
</style>
border-color css
<style>
span { border-color: #B0F5FF; }
span { border-color: rgb(176,245,255); }
td.TdClassName
{
border-color: #B0F5FF;
}
.TagClassName
{
border-color: #B0F5FF;
}
</style>