Shades of Pale Turquoise #B0FFF1
Tints of Pale Turquoise #B0FFF1
RGB
CMYK
RGB Variations
Color information
#B0FFF1 (or 0xB0FFF1) is known color: Pale Turquoise. HEX triplet: B0, FF and F1. RGB value is (176,255,241). Sum of RGB (Red+Green+Blue) = 176+255+241=672 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.19% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF1 is #4F000E. Grayscale: #E5E5E5. Windows color (decimal): -5177359 or 15859632. OLE color: 15859632.
HSL color Cylindrical-coordinate representation of color #B0FFF1: hue angle of 169.37º 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 #B0FFF1 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 241 | - |
| CMYK | 0.31 | 0 | 0.05 | 0 |
| HSL | 169.37º | 1% | 0.85% | - |
| HSV(B) | 169.37º | 0.31% | 1% | - |
| XYZ | 69.54 | 87.1 | 96.37 | - |
| YUV | 229.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 241 | 0.31 | 0 | 0.05 | 0 | 169.37 | 1 | 0.85 |
| Hex | B0 | FF | F1 | 1F | 0 | 5 | 0 | A9 | 64 | 55 |
| Octal | 260 | 377 | 361 | 37 | 0 | 5 | 0 | 251 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11110001 | 11111 | 0 | 101 | 0 | 10101001 | 1100100 | 1010101 |
Color Harmonies of #B0FFF1
Complementary color
Monochromatic Colors of #B0FFF1
Black with #B0FFF1
Text Example
Text Example
White with #B0FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFF1; }
p { color: rgb(176,255,241); }
H1.HeaderClassName
{
color: #B0FFF1;
}
.AnyTagClassName
{
color: #B0FFF1;
}
</style>
background-color css
<style>
a { background-color: #B0FFF1; }
a { background-color: rgb(176,255,241); }
div.DivClassName
{
background-color: #B0FFF1;
}
.BgClassName
{
background-color: #B0FFF1;
}
</style>
border-color css
<style>
span { border-color: #B0FFF1; }
span { border-color: rgb(176,255,241); }
td.TdClassName
{
border-color: #B0FFF1;
}
.TagClassName
{
border-color: #B0FFF1;
}
</style>