Shades of Pale Turquoise #B0F5FC
Tints of Pale Turquoise #B0F5FC
RGB
CMYK
RGB Variations
Color information
#B0F5FC (or 0xB0F5FC) is known color: Pale Turquoise. HEX triplet: B0, F5 and FC. RGB value is (176,245,252). Sum of RGB (Red+Green+Blue) = 176+245+252=673 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.15% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0F5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F5FC is #4F0A03. Grayscale: #E1E1E1. Windows color (decimal): -5179908 or 16577968. OLE color: 16577968.
HSL color Cylindrical-coordinate representation of color #B0F5FC: hue angle of 185.53º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F5FC is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 245 | 252 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.01 |
| HSL | 185.53º | 0.93% | 0.84% | - |
| HSV(B) | 185.53º | 0.3% | 0.99% | - |
| XYZ | 68.13 | 81.56 | 104.25 | - |
| YUV | 225.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 245 | 252 | 0.30 | 0.03 | 0 | 0.01 | 185.53 | 0.93 | 0.84 |
| Hex | B0 | F5 | FC | 1E | 3 | 0 | 1 | BA | 5D | 54 |
| Octal | 260 | 365 | 374 | 36 | 3 | 0 | 1 | 272 | 135 | 124 |
| Binary | 10110000 | 11110101 | 11111100 | 11110 | 11 | 0 | 1 | 10111010 | 1011101 | 1010100 |
Color Harmonies of #B0F5FC
Complementary color
Monochromatic Colors of #B0F5FC
Black with #B0F5FC
Text Example
Text Example
White with #B0F5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F5FC; }
p { color: rgb(176,245,252); }
H1.HeaderClassName
{
color: #B0F5FC;
}
.AnyTagClassName
{
color: #B0F5FC;
}
</style>
background-color css
<style>
a { background-color: #B0F5FC; }
a { background-color: rgb(176,245,252); }
div.DivClassName
{
background-color: #B0F5FC;
}
.BgClassName
{
background-color: #B0F5FC;
}
</style>
border-color css
<style>
span { border-color: #B0F5FC; }
span { border-color: rgb(176,245,252); }
td.TdClassName
{
border-color: #B0F5FC;
}
.TagClassName
{
border-color: #B0F5FC;
}
</style>