Shades of Pale Turquoise #B0FBF0
Tints of Pale Turquoise #B0FBF0
RGB
CMYK
RGB Variations
Color information
#B0FBF0 (or 0xB0FBF0) is known color: Pale Turquoise. HEX triplet: B0, FB and F0. RGB value is (176,251,240). Sum of RGB (Red+Green+Blue) = 176+251+240=667 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.39% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FBF0 is #4F040F. Grayscale: #E3E3E3. Windows color (decimal): -5178384 or 15793072. OLE color: 15793072.
HSL color Cylindrical-coordinate representation of color #B0FBF0: hue angle of 171.2º 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 #B0FBF0 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 240 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.02 |
| HSL | 171.2º | 0.9% | 0.84% | - |
| HSV(B) | 171.2º | 0.3% | 0.98% | - |
| XYZ | 68.13 | 84.52 | 95.16 | - |
| YUV | 227.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 240 | 0.30 | 0 | 0.04 | 0.02 | 171.2 | 0.9 | 0.84 |
| Hex | B0 | FB | F0 | 1E | 0 | 4 | 2 | AB | 5A | 54 |
| Octal | 260 | 373 | 360 | 36 | 0 | 4 | 2 | 253 | 132 | 124 |
| Binary | 10110000 | 11111011 | 11110000 | 11110 | 0 | 100 | 10 | 10101011 | 1011010 | 1010100 |
Color Harmonies of #B0FBF0
Complementary color
Monochromatic Colors of #B0FBF0
Black with #B0FBF0
Text Example
Text Example
White with #B0FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBF0; }
p { color: rgb(176,251,240); }
H1.HeaderClassName
{
color: #B0FBF0;
}
.AnyTagClassName
{
color: #B0FBF0;
}
</style>
background-color css
<style>
a { background-color: #B0FBF0; }
a { background-color: rgb(176,251,240); }
div.DivClassName
{
background-color: #B0FBF0;
}
.BgClassName
{
background-color: #B0FBF0;
}
</style>
border-color css
<style>
span { border-color: #B0FBF0; }
span { border-color: rgb(176,251,240); }
td.TdClassName
{
border-color: #B0FBF0;
}
.TagClassName
{
border-color: #B0FBF0;
}
</style>