Shades of Pale Turquoise #B0F9FB
Tints of Pale Turquoise #B0F9FB
RGB
CMYK
RGB Variations
Color information
#B0F9FB (or 0xB0F9FB) is known color: Pale Turquoise. HEX triplet: B0, F9 and FB. RGB value is (176,249,251). Sum of RGB (Red+Green+Blue) = 176+249+251=676 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.04% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0F9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F9FB is #4F0604. Grayscale: #E3E3E3. Windows color (decimal): -5178885 or 16513456. OLE color: 16513456.
HSL color Cylindrical-coordinate representation of color #B0F9FB: hue angle of 181.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F9FB is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 249 | 251 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.02 |
| HSL | 181.6º | 0.9% | 0.84% | - |
| HSV(B) | 181.6º | 0.3% | 0.98% | - |
| XYZ | 69.19 | 83.95 | 103.82 | - |
| YUV | 227.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 249 | 251 | 0.30 | 0.01 | 0 | 0.02 | 181.6 | 0.9 | 0.84 |
| Hex | B0 | F9 | FB | 1E | 1 | 0 | 2 | B6 | 5A | 54 |
| Octal | 260 | 371 | 373 | 36 | 1 | 0 | 2 | 266 | 132 | 124 |
| Binary | 10110000 | 11111001 | 11111011 | 11110 | 1 | 0 | 10 | 10110110 | 1011010 | 1010100 |
Color Harmonies of #B0F9FB
Complementary color
Monochromatic Colors of #B0F9FB
Black with #B0F9FB
Text Example
Text Example
White with #B0F9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F9FB; }
p { color: rgb(176,249,251); }
H1.HeaderClassName
{
color: #B0F9FB;
}
.AnyTagClassName
{
color: #B0F9FB;
}
</style>
background-color css
<style>
a { background-color: #B0F9FB; }
a { background-color: rgb(176,249,251); }
div.DivClassName
{
background-color: #B0F9FB;
}
.BgClassName
{
background-color: #B0F9FB;
}
</style>
border-color css
<style>
span { border-color: #B0F9FB; }
span { border-color: rgb(176,249,251); }
td.TdClassName
{
border-color: #B0F9FB;
}
.TagClassName
{
border-color: #B0F9FB;
}
</style>