Shades of Pale Turquoise #B0FFF9
Tints of Pale Turquoise #B0FFF9
RGB
CMYK
RGB Variations
Color information
#B0FFF9 (or 0xB0FFF9) is known color: Pale Turquoise. HEX triplet: B0, FF and F9. RGB value is (176,255,249). Sum of RGB (Red+Green+Blue) = 176+255+249=680 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.88% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF9 is #4F0006. Grayscale: #E6E6E6. Windows color (decimal): -5177351 or 16383920. OLE color: 16383920.
HSL color Cylindrical-coordinate representation of color #B0FFF9: hue angle of 175.44º 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 #B0FFF9 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 249 | - |
| CMYK | 0.31 | 0 | 0.02 | 0 |
| HSL | 175.44º | 1% | 0.85% | - |
| HSV(B) | 175.44º | 0.31% | 1% | - |
| XYZ | 70.76 | 87.59 | 102.8 | - |
| YUV | 230.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 249 | 0.31 | 0 | 0.02 | 0 | 175.44 | 1 | 0.85 |
| Hex | B0 | FF | F9 | 1F | 0 | 2 | 0 | AF | 64 | 55 |
| Octal | 260 | 377 | 371 | 37 | 0 | 2 | 0 | 257 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11111001 | 11111 | 0 | 10 | 0 | 10101111 | 1100100 | 1010101 |
Color Harmonies of #B0FFF9
Complementary color
Monochromatic Colors of #B0FFF9
Black with #B0FFF9
Text Example
Text Example
White with #B0FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFF9; }
p { color: rgb(176,255,249); }
H1.HeaderClassName
{
color: #B0FFF9;
}
.AnyTagClassName
{
color: #B0FFF9;
}
</style>
background-color css
<style>
a { background-color: #B0FFF9; }
a { background-color: rgb(176,255,249); }
div.DivClassName
{
background-color: #B0FFF9;
}
.BgClassName
{
background-color: #B0FFF9;
}
</style>
border-color css
<style>
span { border-color: #B0FFF9; }
span { border-color: rgb(176,255,249); }
td.TdClassName
{
border-color: #B0FFF9;
}
.TagClassName
{
border-color: #B0FFF9;
}
</style>