Shades of Pale Turquoise #BBF6FB
Tints of Pale Turquoise #BBF6FB
RGB
CMYK
RGB Variations
Color information
#BBF6FB (or 0xBBF6FB) is known color: Pale Turquoise. HEX triplet: BB, F6 and FB. RGB value is (187,246,251). Sum of RGB (Red+Green+Blue) = 187+246+251=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6FB is #440904. Grayscale: #E4E4E4. Windows color (decimal): -4458757 or 16512699. OLE color: 16512699.
HSL color Cylindrical-coordinate representation of color #BBF6FB: hue angle of 184.69º 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 #BBF6FB is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 246 | 251 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.02 |
| HSL | 184.69º | 0.89% | 0.86% | - |
| HSV(B) | 184.69º | 0.25% | 0.98% | - |
| XYZ | 70.86 | 83.44 | 103.64 | - |
| YUV | 228.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 251 | 0.25 | 0.02 | 0 | 0.02 | 184.69 | 0.89 | 0.86 |
| Hex | BB | F6 | FB | 19 | 2 | 0 | 2 | B9 | 59 | 56 |
| Octal | 273 | 366 | 373 | 31 | 2 | 0 | 2 | 271 | 131 | 126 |
| Binary | 10111011 | 11110110 | 11111011 | 11001 | 10 | 0 | 10 | 10111001 | 1011001 | 1010110 |
Color Harmonies of #BBF6FB
Complementary color
Monochromatic Colors of #BBF6FB
Black with #BBF6FB
Text Example
Text Example
White with #BBF6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6FB; }
p { color: rgb(187,246,251); }
H1.HeaderClassName
{
color: #BBF6FB;
}
.AnyTagClassName
{
color: #BBF6FB;
}
</style>
background-color css
<style>
a { background-color: #BBF6FB; }
a { background-color: rgb(187,246,251); }
div.DivClassName
{
background-color: #BBF6FB;
}
.BgClassName
{
background-color: #BBF6FB;
}
</style>
border-color css
<style>
span { border-color: #BBF6FB; }
span { border-color: rgb(187,246,251); }
td.TdClassName
{
border-color: #BBF6FB;
}
.TagClassName
{
border-color: #BBF6FB;
}
</style>