Shades of Pale Turquoise #BBFFFC
Tints of Pale Turquoise #BBFFFC
RGB
CMYK
RGB Variations
Color information
#BBFFFC (or 0xBBFFFC) is known color: Pale Turquoise. HEX triplet: BB, FF and FC. RGB value is (187,255,252). Sum of RGB (Red+Green+Blue) = 187+255+252=694 (91% of max value = 765). Red value is 187 (73.44% from 255 or 26.95% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFFC is #440003. Grayscale: #EAEAEA. Windows color (decimal): -4456452 or 16580539. OLE color: 16580539.
HSL color Cylindrical-coordinate representation of color #BBFFFC: hue angle of 177.35º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFFC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 252 | - |
| CMYK | 0.27 | 0 | 0.01 | 0 |
| HSL | 177.35º | 1% | 0.87% | - |
| HSV(B) | 177.35º | 0.27% | 1% | - |
| XYZ | 73.82 | 89.11 | 105.41 | - |
| YUV | 234.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 252 | 0.27 | 0 | 0.01 | 0 | 177.35 | 1 | 0.87 |
| Hex | BB | FF | FC | 1B | 0 | 1 | 0 | B1 | 64 | 57 |
| Octal | 273 | 377 | 374 | 33 | 0 | 1 | 0 | 261 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11111100 | 11011 | 0 | 1 | 0 | 10110001 | 1100100 | 1010111 |
Color Harmonies of #BBFFFC
Complementary color
Monochromatic Colors of #BBFFFC
Black with #BBFFFC
Text Example
Text Example
White with #BBFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFFC; }
p { color: rgb(187,255,252); }
H1.HeaderClassName
{
color: #BBFFFC;
}
.AnyTagClassName
{
color: #BBFFFC;
}
</style>
background-color css
<style>
a { background-color: #BBFFFC; }
a { background-color: rgb(187,255,252); }
div.DivClassName
{
background-color: #BBFFFC;
}
.BgClassName
{
background-color: #BBFFFC;
}
</style>
border-color css
<style>
span { border-color: #BBFFFC; }
span { border-color: rgb(187,255,252); }
td.TdClassName
{
border-color: #BBFFFC;
}
.TagClassName
{
border-color: #BBFFFC;
}
</style>