Shades of Pale Turquoise #B0F0F6
Tints of Pale Turquoise #B0F0F6
RGB
CMYK
RGB Variations
Color information
#B0F0F6 (or 0xB0F0F6) is known color: Pale Turquoise. HEX triplet: B0, F0 and F6. RGB value is (176,240,246). Sum of RGB (Red+Green+Blue) = 176+240+246=662 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.59% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #B0F0F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0F6 is #4F0F09. Grayscale: #DDDDDD. Windows color (decimal): -5181194 or 16183472. OLE color: 16183472.
HSL color Cylindrical-coordinate representation of color #B0F0F6: hue angle of 185.14º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F0F6 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 240 | 246 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.04 |
| HSL | 185.14º | 0.8% | 0.83% | - |
| HSV(B) | 185.14º | 0.28% | 0.96% | - |
| XYZ | 65.7 | 78.2 | 98.82 | - |
| YUV | 221.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 246 | 0.28 | 0.02 | 0 | 0.04 | 185.14 | 0.8 | 0.83 |
| Hex | B0 | F0 | F6 | 1C | 2 | 0 | 4 | B9 | 50 | 53 |
| Octal | 260 | 360 | 366 | 34 | 2 | 0 | 4 | 271 | 120 | 123 |
| Binary | 10110000 | 11110000 | 11110110 | 11100 | 10 | 0 | 100 | 10111001 | 1010000 | 1010011 |
Color Harmonies of #B0F0F6
Complementary color
Monochromatic Colors of #B0F0F6
Black with #B0F0F6
Text Example
Text Example
White with #B0F0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0F6; }
p { color: rgb(176,240,246); }
H1.HeaderClassName
{
color: #B0F0F6;
}
.AnyTagClassName
{
color: #B0F0F6;
}
</style>
background-color css
<style>
a { background-color: #B0F0F6; }
a { background-color: rgb(176,240,246); }
div.DivClassName
{
background-color: #B0F0F6;
}
.BgClassName
{
background-color: #B0F0F6;
}
</style>
border-color css
<style>
span { border-color: #B0F0F6; }
span { border-color: rgb(176,240,246); }
td.TdClassName
{
border-color: #B0F0F6;
}
.TagClassName
{
border-color: #B0F0F6;
}
</style>