Shades of Pale Turquoise #BBF4FB
Tints of Pale Turquoise #BBF4FB
RGB
CMYK
RGB Variations
Color information
#BBF4FB (or 0xBBF4FB) is known color: Pale Turquoise. HEX triplet: BB, F4 and FB. RGB value is (187,244,251). Sum of RGB (Red+Green+Blue) = 187+244+251=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF4FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4FB is #440B04. Grayscale: #E3E3E3. Windows color (decimal): -4459269 or 16512187. OLE color: 16512187.
HSL color Cylindrical-coordinate representation of color #BBF4FB: hue angle of 186.56º 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 #BBF4FB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 244 | 251 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.02 |
| HSL | 186.56º | 0.89% | 0.86% | - |
| HSV(B) | 186.56º | 0.25% | 0.98% | - |
| XYZ | 70.26 | 82.23 | 103.44 | - |
| YUV | 227.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 251 | 0.25 | 0.03 | 0 | 0.02 | 186.56 | 0.89 | 0.86 |
| Hex | BB | F4 | FB | 19 | 3 | 0 | 2 | BB | 59 | 56 |
| Octal | 273 | 364 | 373 | 31 | 3 | 0 | 2 | 273 | 131 | 126 |
| Binary | 10111011 | 11110100 | 11111011 | 11001 | 11 | 0 | 10 | 10111011 | 1011001 | 1010110 |
Color Harmonies of #BBF4FB
Complementary color
Monochromatic Colors of #BBF4FB
Black with #BBF4FB
Text Example
Text Example
White with #BBF4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4FB; }
p { color: rgb(187,244,251); }
H1.HeaderClassName
{
color: #BBF4FB;
}
.AnyTagClassName
{
color: #BBF4FB;
}
</style>
background-color css
<style>
a { background-color: #BBF4FB; }
a { background-color: rgb(187,244,251); }
div.DivClassName
{
background-color: #BBF4FB;
}
.BgClassName
{
background-color: #BBF4FB;
}
</style>
border-color css
<style>
span { border-color: #BBF4FB; }
span { border-color: rgb(187,244,251); }
td.TdClassName
{
border-color: #BBF4FB;
}
.TagClassName
{
border-color: #BBF4FB;
}
</style>