Shades of Pale Turquoise #B0F1F7
Tints of Pale Turquoise #B0F1F7
RGB
CMYK
RGB Variations
Color information
#B0F1F7 (or 0xB0F1F7) is known color: Pale Turquoise. HEX triplet: B0, F1 and F7. RGB value is (176,241,247). Sum of RGB (Red+Green+Blue) = 176+241+247=664 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.51% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0F1F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F1F7 is #4F0E08. Grayscale: #DEDEDE. Windows color (decimal): -5180937 or 16249264. OLE color: 16249264.
HSL color Cylindrical-coordinate representation of color #B0F1F7: hue angle of 185.07º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F1F7 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 241 | 247 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.03 |
| HSL | 185.07º | 0.82% | 0.83% | - |
| HSV(B) | 185.07º | 0.29% | 0.97% | - |
| XYZ | 66.15 | 78.86 | 99.73 | - |
| YUV | 222.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 247 | 0.29 | 0.02 | 0 | 0.03 | 185.07 | 0.82 | 0.83 |
| Hex | B0 | F1 | F7 | 1D | 2 | 0 | 3 | B9 | 52 | 53 |
| Octal | 260 | 361 | 367 | 35 | 2 | 0 | 3 | 271 | 122 | 123 |
| Binary | 10110000 | 11110001 | 11110111 | 11101 | 10 | 0 | 11 | 10111001 | 1010010 | 1010011 |
Color Harmonies of #B0F1F7
Complementary color
Monochromatic Colors of #B0F1F7
Black with #B0F1F7
Text Example
Text Example
White with #B0F1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F1F7; }
p { color: rgb(176,241,247); }
H1.HeaderClassName
{
color: #B0F1F7;
}
.AnyTagClassName
{
color: #B0F1F7;
}
</style>
background-color css
<style>
a { background-color: #B0F1F7; }
a { background-color: rgb(176,241,247); }
div.DivClassName
{
background-color: #B0F1F7;
}
.BgClassName
{
background-color: #B0F1F7;
}
</style>
border-color css
<style>
span { border-color: #B0F1F7; }
span { border-color: rgb(176,241,247); }
td.TdClassName
{
border-color: #B0F1F7;
}
.TagClassName
{
border-color: #B0F1F7;
}
</style>