Shades of Pale Turquoise #B9FFFA
Tints of Pale Turquoise #B9FFFA
RGB
CMYK
RGB Variations
Color information
#B9FFFA (or 0xB9FFFA) is known color: Pale Turquoise. HEX triplet: B9, FF and FA. RGB value is (185,255,250). Sum of RGB (Red+Green+Blue) = 185+255+250=690 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.81% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFFA is #460005. Grayscale: #E9E9E9. Windows color (decimal): -4587526 or 16449465. OLE color: 16449465.
HSL color Cylindrical-coordinate representation of color #B9FFFA: hue angle of 175.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFFA is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 250 | - |
| CMYK | 0.27 | 0 | 0.02 | 0 |
| HSL | 175.71º | 1% | 0.86% | - |
| HSV(B) | 175.71º | 0.27% | 1% | - |
| XYZ | 73.02 | 88.74 | 103.72 | - |
| YUV | 233.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 250 | 0.27 | 0 | 0.02 | 0 | 175.71 | 1 | 0.86 |
| Hex | B9 | FF | FA | 1B | 0 | 2 | 0 | B0 | 64 | 56 |
| Octal | 271 | 377 | 372 | 33 | 0 | 2 | 0 | 260 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11111010 | 11011 | 0 | 10 | 0 | 10110000 | 1100100 | 1010110 |
Color Harmonies of #B9FFFA
Complementary color
Monochromatic Colors of #B9FFFA
Black with #B9FFFA
Text Example
Text Example
White with #B9FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFFA; }
p { color: rgb(185,255,250); }
H1.HeaderClassName
{
color: #B9FFFA;
}
.AnyTagClassName
{
color: #B9FFFA;
}
</style>
background-color css
<style>
a { background-color: #B9FFFA; }
a { background-color: rgb(185,255,250); }
div.DivClassName
{
background-color: #B9FFFA;
}
.BgClassName
{
background-color: #B9FFFA;
}
</style>
border-color css
<style>
span { border-color: #B9FFFA; }
span { border-color: rgb(185,255,250); }
td.TdClassName
{
border-color: #B9FFFA;
}
.TagClassName
{
border-color: #B9FFFA;
}
</style>