Shades of Pale Turquoise #BBF7F8
Tints of Pale Turquoise #BBF7F8
RGB
CMYK
RGB Variations
Color information
#BBF7F8 (or 0xBBF7F8) is known color: Pale Turquoise. HEX triplet: BB, F7 and F8. RGB value is (187,247,248). Sum of RGB (Red+Green+Blue) = 187+247+248=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBF7F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7F8 is #440807. Grayscale: #E5E5E5. Windows color (decimal): -4458504 or 16316347. OLE color: 16316347.
HSL color Cylindrical-coordinate representation of color #BBF7F8: hue angle of 180.98º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF7F8 is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 248 | - |
| CMYK | 0.25 | 0.00 | 0 | 0.03 |
| HSL | 180.98º | 0.81% | 0.85% | - |
| HSV(B) | 180.98º | 0.25% | 0.97% | - |
| XYZ | 70.7 | 83.86 | 101.27 | - |
| YUV | 229.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 248 | 0.25 | 0.00 | 0 | 0.03 | 180.98 | 0.81 | 0.85 |
| Hex | BB | F7 | F8 | 19 | 0 | 0 | 3 | B5 | 51 | 55 |
| Octal | 273 | 367 | 370 | 31 | 0 | 0 | 3 | 265 | 121 | 125 |
| Binary | 10111011 | 11110111 | 11111000 | 11001 | 0 | 0 | 11 | 10110101 | 1010001 | 1010101 |
Color Harmonies of #BBF7F8
Complementary color
Monochromatic Colors of #BBF7F8
Black with #BBF7F8
Text Example
Text Example
White with #BBF7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7F8; }
p { color: rgb(187,247,248); }
H1.HeaderClassName
{
color: #BBF7F8;
}
.AnyTagClassName
{
color: #BBF7F8;
}
</style>
background-color css
<style>
a { background-color: #BBF7F8; }
a { background-color: rgb(187,247,248); }
div.DivClassName
{
background-color: #BBF7F8;
}
.BgClassName
{
background-color: #BBF7F8;
}
</style>
border-color css
<style>
span { border-color: #BBF7F8; }
span { border-color: rgb(187,247,248); }
td.TdClassName
{
border-color: #BBF7F8;
}
.TagClassName
{
border-color: #BBF7F8;
}
</style>