Shades of Pale Turquoise #BBF9FB
Tints of Pale Turquoise #BBF9FB
RGB
CMYK
RGB Variations
Color information
#BBF9FB (or 0xBBF9FB) is known color: Pale Turquoise. HEX triplet: BB, F9 and FB. RGB value is (187,249,251). Sum of RGB (Red+Green+Blue) = 187+249+251=687 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.22% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9FB is #440604. Grayscale: #E6E6E6. Windows color (decimal): -4457989 or 16513467. OLE color: 16513467.
HSL color Cylindrical-coordinate representation of color #BBF9FB: hue angle of 181.88º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9FB is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 251 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.02 |
| HSL | 181.88º | 0.89% | 0.86% | - |
| HSV(B) | 181.88º | 0.25% | 0.98% | - |
| XYZ | 71.78 | 85.28 | 103.94 | - |
| YUV | 230.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 251 | 0.25 | 0.01 | 0 | 0.02 | 181.88 | 0.89 | 0.86 |
| Hex | BB | F9 | FB | 19 | 1 | 0 | 2 | B6 | 59 | 56 |
| Octal | 273 | 371 | 373 | 31 | 1 | 0 | 2 | 266 | 131 | 126 |
| Binary | 10111011 | 11111001 | 11111011 | 11001 | 1 | 0 | 10 | 10110110 | 1011001 | 1010110 |
Color Harmonies of #BBF9FB
Complementary color
Monochromatic Colors of #BBF9FB
Black with #BBF9FB
Text Example
Text Example
White with #BBF9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9FB; }
p { color: rgb(187,249,251); }
H1.HeaderClassName
{
color: #BBF9FB;
}
.AnyTagClassName
{
color: #BBF9FB;
}
</style>
background-color css
<style>
a { background-color: #BBF9FB; }
a { background-color: rgb(187,249,251); }
div.DivClassName
{
background-color: #BBF9FB;
}
.BgClassName
{
background-color: #BBF9FB;
}
</style>
border-color css
<style>
span { border-color: #BBF9FB; }
span { border-color: rgb(187,249,251); }
td.TdClassName
{
border-color: #BBF9FB;
}
.TagClassName
{
border-color: #BBF9FB;
}
</style>