Shades of Pale Turquoise #B0FFFC
Tints of Pale Turquoise #B0FFFC
RGB
CMYK
RGB Variations
Color information
#B0FFFC (or 0xB0FFFC) is known color: Pale Turquoise. HEX triplet: B0, FF and FC. RGB value is (176,255,252). Sum of RGB (Red+Green+Blue) = 176+255+252=683 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.77% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFFC is #4F0003. Grayscale: #E6E6E6. Windows color (decimal): -5177348 or 16580528. OLE color: 16580528.
HSL color Cylindrical-coordinate representation of color #B0FFFC: hue angle of 177.72º 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 #B0FFFC is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 252 | - |
| CMYK | 0.31 | 0 | 0.01 | 0 |
| HSL | 177.72º | 1% | 0.85% | - |
| HSV(B) | 177.72º | 0.31% | 1% | - |
| XYZ | 71.24 | 87.78 | 105.28 | - |
| YUV | 231.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 252 | 0.31 | 0 | 0.01 | 0 | 177.72 | 1 | 0.85 |
| Hex | B0 | FF | FC | 1F | 0 | 1 | 0 | B2 | 64 | 55 |
| Octal | 260 | 377 | 374 | 37 | 0 | 1 | 0 | 262 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11111100 | 11111 | 0 | 1 | 0 | 10110010 | 1100100 | 1010101 |
Color Harmonies of #B0FFFC
Complementary color
Monochromatic Colors of #B0FFFC
Black with #B0FFFC
Text Example
Text Example
White with #B0FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFFC; }
p { color: rgb(176,255,252); }
H1.HeaderClassName
{
color: #B0FFFC;
}
.AnyTagClassName
{
color: #B0FFFC;
}
</style>
background-color css
<style>
a { background-color: #B0FFFC; }
a { background-color: rgb(176,255,252); }
div.DivClassName
{
background-color: #B0FFFC;
}
.BgClassName
{
background-color: #B0FFFC;
}
</style>
border-color css
<style>
span { border-color: #B0FFFC; }
span { border-color: rgb(176,255,252); }
td.TdClassName
{
border-color: #B0FFFC;
}
.TagClassName
{
border-color: #B0FFFC;
}
</style>