Shades of Pale Turquoise #B0FFF6
Tints of Pale Turquoise #B0FFF6
RGB
CMYK
RGB Variations
Color information
#B0FFF6 (or 0xB0FFF6) is known color: Pale Turquoise. HEX triplet: B0, FF and F6. RGB value is (176,255,246). Sum of RGB (Red+Green+Blue) = 176+255+246=677 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.00% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF6 is #4F0009. Grayscale: #E6E6E6. Windows color (decimal): -5177354 or 16187312. OLE color: 16187312.
HSL color Cylindrical-coordinate representation of color #B0FFF6: hue angle of 173.16º 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 #B0FFF6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 246 | - |
| CMYK | 0.31 | 0 | 0.04 | 0 |
| HSL | 173.16º | 1% | 0.85% | - |
| HSV(B) | 173.16º | 0.31% | 1% | - |
| XYZ | 70.3 | 87.4 | 100.35 | - |
| YUV | 230.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 246 | 0.31 | 0 | 0.04 | 0 | 173.16 | 1 | 0.85 |
| Hex | B0 | FF | F6 | 1F | 0 | 4 | 0 | AD | 64 | 55 |
| Octal | 260 | 377 | 366 | 37 | 0 | 4 | 0 | 255 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11110110 | 11111 | 0 | 100 | 0 | 10101101 | 1100100 | 1010101 |
Color Harmonies of #B0FFF6
Complementary color
Monochromatic Colors of #B0FFF6
Black with #B0FFF6
Text Example
Text Example
White with #B0FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFF6; }
p { color: rgb(176,255,246); }
H1.HeaderClassName
{
color: #B0FFF6;
}
.AnyTagClassName
{
color: #B0FFF6;
}
</style>
background-color css
<style>
a { background-color: #B0FFF6; }
a { background-color: rgb(176,255,246); }
div.DivClassName
{
background-color: #B0FFF6;
}
.BgClassName
{
background-color: #B0FFF6;
}
</style>
border-color css
<style>
span { border-color: #B0FFF6; }
span { border-color: rgb(176,255,246); }
td.TdClassName
{
border-color: #B0FFF6;
}
.TagClassName
{
border-color: #B0FFF6;
}
</style>