Shades of Pale Turquoise #BBFAFB
Tints of Pale Turquoise #BBFAFB
RGB
CMYK
RGB Variations
Color information
#BBFAFB (or 0xBBFAFB) is known color: Pale Turquoise. HEX triplet: BB, FA and FB. RGB value is (187,250,251). Sum of RGB (Red+Green+Blue) = 187+250+251=688 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.18% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBFAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAFB is #440504. Grayscale: #E7E7E7. Windows color (decimal): -4457733 or 16513723. OLE color: 16513723.
HSL color Cylindrical-coordinate representation of color #BBFAFB: hue angle of 180.94º 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 #BBFAFB is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 251 | - |
| CMYK | 0.25 | 0.00 | 0 | 0.02 |
| HSL | 180.94º | 0.89% | 0.86% | - |
| HSV(B) | 180.94º | 0.25% | 0.98% | - |
| XYZ | 72.09 | 85.9 | 104.05 | - |
| YUV | 231.28 | 139.13 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 251 | 0.25 | 0.00 | 0 | 0.02 | 180.94 | 0.89 | 0.86 |
| Hex | BB | FA | FB | 19 | 0 | 0 | 2 | B5 | 59 | 56 |
| Octal | 273 | 372 | 373 | 31 | 0 | 0 | 2 | 265 | 131 | 126 |
| Binary | 10111011 | 11111010 | 11111011 | 11001 | 0 | 0 | 10 | 10110101 | 1011001 | 1010110 |
Color Harmonies of #BBFAFB
Complementary color
Monochromatic Colors of #BBFAFB
Black with #BBFAFB
Text Example
Text Example
White with #BBFAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAFB; }
p { color: rgb(187,250,251); }
H1.HeaderClassName
{
color: #BBFAFB;
}
.AnyTagClassName
{
color: #BBFAFB;
}
</style>
background-color css
<style>
a { background-color: #BBFAFB; }
a { background-color: rgb(187,250,251); }
div.DivClassName
{
background-color: #BBFAFB;
}
.BgClassName
{
background-color: #BBFAFB;
}
</style>
border-color css
<style>
span { border-color: #BBFAFB; }
span { border-color: rgb(187,250,251); }
td.TdClassName
{
border-color: #BBFAFB;
}
.TagClassName
{
border-color: #BBFAFB;
}
</style>