Shades of Pale Turquoise #B0F9F7
Tints of Pale Turquoise #B0F9F7
RGB
CMYK
RGB Variations
Color information
#B0F9F7 (or 0xB0F9F7) is known color: Pale Turquoise. HEX triplet: B0, F9 and F7. RGB value is (176,249,247). Sum of RGB (Red+Green+Blue) = 176+249+247=672 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.19% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F9F7 is #4F0608. Grayscale: #E2E2E2. Windows color (decimal): -5178889 or 16251312. OLE color: 16251312.
HSL color Cylindrical-coordinate representation of color #B0F9F7: hue angle of 178.36º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9F7 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 249 | 247 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.02 |
| HSL | 178.36º | 0.86% | 0.83% | - |
| HSV(B) | 178.36º | 0.29% | 0.98% | - |
| XYZ | 68.57 | 83.7 | 100.54 | - |
| YUV | 226.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 249 | 247 | 0.29 | 0 | 0.01 | 0.02 | 178.36 | 0.86 | 0.83 |
| Hex | B0 | F9 | F7 | 1D | 0 | 1 | 2 | B2 | 56 | 53 |
| Octal | 260 | 371 | 367 | 35 | 0 | 1 | 2 | 262 | 126 | 123 |
| Binary | 10110000 | 11111001 | 11110111 | 11101 | 0 | 1 | 10 | 10110010 | 1010110 | 1010011 |
Color Harmonies of #B0F9F7
Complementary color
Monochromatic Colors of #B0F9F7
Black with #B0F9F7
Text Example
Text Example
White with #B0F9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F9F7; }
p { color: rgb(176,249,247); }
H1.HeaderClassName
{
color: #B0F9F7;
}
.AnyTagClassName
{
color: #B0F9F7;
}
</style>
background-color css
<style>
a { background-color: #B0F9F7; }
a { background-color: rgb(176,249,247); }
div.DivClassName
{
background-color: #B0F9F7;
}
.BgClassName
{
background-color: #B0F9F7;
}
</style>
border-color css
<style>
span { border-color: #B0F9F7; }
span { border-color: rgb(176,249,247); }
td.TdClassName
{
border-color: #B0F9F7;
}
.TagClassName
{
border-color: #B0F9F7;
}
</style>