Shades of Pale Turquoise #BBF8F7
Tints of Pale Turquoise #BBF8F7
RGB
CMYK
RGB Variations
Color information
#BBF8F7 (or 0xBBF8F7) is known color: Pale Turquoise. HEX triplet: BB, F8 and F7. RGB value is (187,248,247). Sum of RGB (Red+Green+Blue) = 187+248+247=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8F7 is #440708. Grayscale: #E5E5E5. Windows color (decimal): -4458249 or 16251067. OLE color: 16251067.
HSL color Cylindrical-coordinate representation of color #BBF8F7: hue angle of 179.02º 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 #BBF8F7 is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 247 | - |
| CMYK | 0.25 | 0 | 0.00 | 0.03 |
| HSL | 179.02º | 0.81% | 0.85% | - |
| HSV(B) | 179.02º | 0.25% | 0.97% | - |
| XYZ | 70.85 | 84.42 | 100.56 | - |
| YUV | 229.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 247 | 0.25 | 0 | 0.00 | 0.03 | 179.02 | 0.81 | 0.85 |
| Hex | BB | F8 | F7 | 19 | 0 | 0 | 3 | B3 | 51 | 55 |
| Octal | 273 | 370 | 367 | 31 | 0 | 0 | 3 | 263 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11110111 | 11001 | 0 | 0 | 11 | 10110011 | 1010001 | 1010101 |
Color Harmonies of #BBF8F7
Complementary color
Monochromatic Colors of #BBF8F7
Black with #BBF8F7
Text Example
Text Example
White with #BBF8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8F7; }
p { color: rgb(187,248,247); }
H1.HeaderClassName
{
color: #BBF8F7;
}
.AnyTagClassName
{
color: #BBF8F7;
}
</style>
background-color css
<style>
a { background-color: #BBF8F7; }
a { background-color: rgb(187,248,247); }
div.DivClassName
{
background-color: #BBF8F7;
}
.BgClassName
{
background-color: #BBF8F7;
}
</style>
border-color css
<style>
span { border-color: #BBF8F7; }
span { border-color: rgb(187,248,247); }
td.TdClassName
{
border-color: #BBF8F7;
}
.TagClassName
{
border-color: #BBF8F7;
}
</style>