Shades of Pale Turquoise #B0FDF9
Tints of Pale Turquoise #B0FDF9
RGB
CMYK
RGB Variations
Color information
#B0FDF9 (or 0xB0FDF9) is known color: Pale Turquoise. HEX triplet: B0, FD and F9. RGB value is (176,253,249). Sum of RGB (Red+Green+Blue) = 176+253+249=678 (89% of max value = 765). Red value is 176 (69.14% from 255 or 25.96% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FDF9 is #4F0206. Grayscale: #E5E5E5. Windows color (decimal): -5177863 or 16383408. OLE color: 16383408.
HSL color Cylindrical-coordinate representation of color #B0FDF9: hue angle of 176.88º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FDF9 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 249 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.01 |
| HSL | 176.88º | 0.95% | 0.84% | - |
| HSV(B) | 176.88º | 0.3% | 0.99% | - |
| XYZ | 70.13 | 86.32 | 102.59 | - |
| YUV | 229.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 249 | 0.30 | 0 | 0.02 | 0.01 | 176.88 | 0.95 | 0.84 |
| Hex | B0 | FD | F9 | 1E | 0 | 2 | 1 | B1 | 5F | 54 |
| Octal | 260 | 375 | 371 | 36 | 0 | 2 | 1 | 261 | 137 | 124 |
| Binary | 10110000 | 11111101 | 11111001 | 11110 | 0 | 10 | 1 | 10110001 | 1011111 | 1010100 |
Color Harmonies of #B0FDF9
Complementary color
Monochromatic Colors of #B0FDF9
Black with #B0FDF9
Text Example
Text Example
White with #B0FDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FDF9; }
p { color: rgb(176,253,249); }
H1.HeaderClassName
{
color: #B0FDF9;
}
.AnyTagClassName
{
color: #B0FDF9;
}
</style>
background-color css
<style>
a { background-color: #B0FDF9; }
a { background-color: rgb(176,253,249); }
div.DivClassName
{
background-color: #B0FDF9;
}
.BgClassName
{
background-color: #B0FDF9;
}
</style>
border-color css
<style>
span { border-color: #B0FDF9; }
span { border-color: rgb(176,253,249); }
td.TdClassName
{
border-color: #B0FDF9;
}
.TagClassName
{
border-color: #B0FDF9;
}
</style>