Shades of Pale Turquoise #B9FFFC
Tints of Pale Turquoise #B9FFFC
RGB
CMYK
RGB Variations
Color information
#B9FFFC (or 0xB9FFFC) is known color: Pale Turquoise. HEX triplet: B9, FF and FC. RGB value is (185,255,252). Sum of RGB (Red+Green+Blue) = 185+255+252=692 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.73% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFFC is #460003. Grayscale: #E9E9E9. Windows color (decimal): -4587524 or 16580537. OLE color: 16580537.
HSL color Cylindrical-coordinate representation of color #B9FFFC: hue angle of 177.43º 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 #B9FFFC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 252 | - |
| CMYK | 0.27 | 0 | 0.01 | 0 |
| HSL | 177.43º | 1% | 0.86% | - |
| HSV(B) | 177.43º | 0.27% | 1% | - |
| XYZ | 73.34 | 88.86 | 105.38 | - |
| YUV | 233.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 252 | 0.27 | 0 | 0.01 | 0 | 177.43 | 1 | 0.86 |
| Hex | B9 | FF | FC | 1B | 0 | 1 | 0 | B1 | 64 | 56 |
| Octal | 271 | 377 | 374 | 33 | 0 | 1 | 0 | 261 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11111100 | 11011 | 0 | 1 | 0 | 10110001 | 1100100 | 1010110 |
Color Harmonies of #B9FFFC
Complementary color
Monochromatic Colors of #B9FFFC
Black with #B9FFFC
Text Example
Text Example
White with #B9FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFFC; }
p { color: rgb(185,255,252); }
H1.HeaderClassName
{
color: #B9FFFC;
}
.AnyTagClassName
{
color: #B9FFFC;
}
</style>
background-color css
<style>
a { background-color: #B9FFFC; }
a { background-color: rgb(185,255,252); }
div.DivClassName
{
background-color: #B9FFFC;
}
.BgClassName
{
background-color: #B9FFFC;
}
</style>
border-color css
<style>
span { border-color: #B9FFFC; }
span { border-color: rgb(185,255,252); }
td.TdClassName
{
border-color: #B9FFFC;
}
.TagClassName
{
border-color: #B9FFFC;
}
</style>