Shades of Pale Turquoise #BBF8FE
Tints of Pale Turquoise #BBF8FE
RGB
CMYK
RGB Variations
Color information
#BBF8FE (or 0xBBF8FE) is known color: Pale Turquoise. HEX triplet: BB, F8 and FE. RGB value is (187,248,254). Sum of RGB (Red+Green+Blue) = 187+248+254=689 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.14% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8FE is #440701. Grayscale: #E6E6E6. Windows color (decimal): -4458242 or 16709819. OLE color: 16709819.
HSL color Cylindrical-coordinate representation of color #BBF8FE: hue angle of 185.37º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF8FE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 248 | 254 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.00 |
| HSL | 185.37º | 0.97% | 0.86% | - |
| HSV(B) | 185.37º | 0.26% | 1% | - |
| XYZ | 71.95 | 84.86 | 106.35 | - |
| YUV | 230.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 254 | 0.26 | 0.02 | 0 | 0.00 | 185.37 | 0.97 | 0.86 |
| Hex | BB | F8 | FE | 1A | 2 | 0 | 0 | B9 | 61 | 56 |
| Octal | 273 | 370 | 376 | 32 | 2 | 0 | 0 | 271 | 141 | 126 |
| Binary | 10111011 | 11111000 | 11111110 | 11010 | 10 | 0 | 0 | 10111001 | 1100001 | 1010110 |
Color Harmonies of #BBF8FE
Complementary color
Monochromatic Colors of #BBF8FE
Black with #BBF8FE
Text Example
Text Example
White with #BBF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8FE; }
p { color: rgb(187,248,254); }
H1.HeaderClassName
{
color: #BBF8FE;
}
.AnyTagClassName
{
color: #BBF8FE;
}
</style>
background-color css
<style>
a { background-color: #BBF8FE; }
a { background-color: rgb(187,248,254); }
div.DivClassName
{
background-color: #BBF8FE;
}
.BgClassName
{
background-color: #BBF8FE;
}
</style>
border-color css
<style>
span { border-color: #BBF8FE; }
span { border-color: rgb(187,248,254); }
td.TdClassName
{
border-color: #BBF8FE;
}
.TagClassName
{
border-color: #BBF8FE;
}
</style>