Shades of Pale Turquoise #B0FFFA
Tints of Pale Turquoise #B0FFFA
RGB
CMYK
RGB Variations
Color information
#B0FFFA (or 0xB0FFFA) is known color: Pale Turquoise. HEX triplet: B0, FF and FA. RGB value is (176,255,250). Sum of RGB (Red+Green+Blue) = 176+255+250=681 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.84% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFFA is #4F0005. Grayscale: #E6E6E6. Windows color (decimal): -5177350 or 16449456. OLE color: 16449456.
HSL color Cylindrical-coordinate representation of color #B0FFFA: hue angle of 176.2º 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 #B0FFFA is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 250 | - |
| CMYK | 0.31 | 0 | 0.02 | 0 |
| HSL | 176.2º | 1% | 0.85% | - |
| HSV(B) | 176.2º | 0.31% | 1% | - |
| XYZ | 70.92 | 87.65 | 103.62 | - |
| YUV | 230.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 250 | 0.31 | 0 | 0.02 | 0 | 176.2 | 1 | 0.85 |
| Hex | B0 | FF | FA | 1F | 0 | 2 | 0 | B0 | 64 | 55 |
| Octal | 260 | 377 | 372 | 37 | 0 | 2 | 0 | 260 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11111010 | 11111 | 0 | 10 | 0 | 10110000 | 1100100 | 1010101 |
Color Harmonies of #B0FFFA
Complementary color
Monochromatic Colors of #B0FFFA
Black with #B0FFFA
Text Example
Text Example
White with #B0FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFFA; }
p { color: rgb(176,255,250); }
H1.HeaderClassName
{
color: #B0FFFA;
}
.AnyTagClassName
{
color: #B0FFFA;
}
</style>
background-color css
<style>
a { background-color: #B0FFFA; }
a { background-color: rgb(176,255,250); }
div.DivClassName
{
background-color: #B0FFFA;
}
.BgClassName
{
background-color: #B0FFFA;
}
</style>
border-color css
<style>
span { border-color: #B0FFFA; }
span { border-color: rgb(176,255,250); }
td.TdClassName
{
border-color: #B0FFFA;
}
.TagClassName
{
border-color: #B0FFFA;
}
</style>