Shades of Pale Turquoise #B0FFF5
Tints of Pale Turquoise #B0FFF5
RGB
CMYK
RGB Variations
Color information
#B0FFF5 (or 0xB0FFF5) is known color: Pale Turquoise. HEX triplet: B0, FF and F5. RGB value is (176,255,245). Sum of RGB (Red+Green+Blue) = 176+255+245=676 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.04% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF5 is #4F000A. Grayscale: #E6E6E6. Windows color (decimal): -5177355 or 16121776. OLE color: 16121776.
HSL color Cylindrical-coordinate representation of color #B0FFF5: hue angle of 172.41º 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 #B0FFF5 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 245 | - |
| CMYK | 0.31 | 0 | 0.04 | 0 |
| HSL | 172.41º | 1% | 0.85% | - |
| HSV(B) | 172.41º | 0.31% | 1% | - |
| XYZ | 70.15 | 87.34 | 99.55 | - |
| YUV | 230.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 245 | 0.31 | 0 | 0.04 | 0 | 172.41 | 1 | 0.85 |
| Hex | B0 | FF | F5 | 1F | 0 | 4 | 0 | AC | 64 | 55 |
| Octal | 260 | 377 | 365 | 37 | 0 | 4 | 0 | 254 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11110101 | 11111 | 0 | 100 | 0 | 10101100 | 1100100 | 1010101 |
Color Harmonies of #B0FFF5
Complementary color
Monochromatic Colors of #B0FFF5
Black with #B0FFF5
Text Example
Text Example
White with #B0FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFF5; }
p { color: rgb(176,255,245); }
H1.HeaderClassName
{
color: #B0FFF5;
}
.AnyTagClassName
{
color: #B0FFF5;
}
</style>
background-color css
<style>
a { background-color: #B0FFF5; }
a { background-color: rgb(176,255,245); }
div.DivClassName
{
background-color: #B0FFF5;
}
.BgClassName
{
background-color: #B0FFF5;
}
</style>
border-color css
<style>
span { border-color: #B0FFF5; }
span { border-color: rgb(176,255,245); }
td.TdClassName
{
border-color: #B0FFF5;
}
.TagClassName
{
border-color: #B0FFF5;
}
</style>