Shades of Pale Turquoise #BBFFF8
Tints of Pale Turquoise #BBFFF8
RGB
CMYK
RGB Variations
Color information
#BBFFF8 (or 0xBBFFF8) is known color: Pale Turquoise. HEX triplet: BB, FF and F8. RGB value is (187,255,248). Sum of RGB (Red+Green+Blue) = 187+255+248=690 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.10% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF8 is #440007. Grayscale: #E9E9E9. Windows color (decimal): -4456456 or 16318395. OLE color: 16318395.
HSL color Cylindrical-coordinate representation of color #BBFFF8: hue angle of 173.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFF8 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 248 | - |
| CMYK | 0.27 | 0 | 0.03 | 0 |
| HSL | 173.82º | 1% | 0.87% | - |
| HSV(B) | 173.82º | 0.27% | 1% | - |
| XYZ | 73.2 | 88.86 | 102.1 | - |
| YUV | 233.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 248 | 0.27 | 0 | 0.03 | 0 | 173.82 | 1 | 0.87 |
| Hex | BB | FF | F8 | 1B | 0 | 3 | 0 | AE | 64 | 57 |
| Octal | 273 | 377 | 370 | 33 | 0 | 3 | 0 | 256 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11111000 | 11011 | 0 | 11 | 0 | 10101110 | 1100100 | 1010111 |
Color Harmonies of #BBFFF8
Complementary color
Monochromatic Colors of #BBFFF8
Black with #BBFFF8
Text Example
Text Example
White with #BBFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFF8; }
p { color: rgb(187,255,248); }
H1.HeaderClassName
{
color: #BBFFF8;
}
.AnyTagClassName
{
color: #BBFFF8;
}
</style>
background-color css
<style>
a { background-color: #BBFFF8; }
a { background-color: rgb(187,255,248); }
div.DivClassName
{
background-color: #BBFFF8;
}
.BgClassName
{
background-color: #BBFFF8;
}
</style>
border-color css
<style>
span { border-color: #BBFFF8; }
span { border-color: rgb(187,255,248); }
td.TdClassName
{
border-color: #BBFFF8;
}
.TagClassName
{
border-color: #BBFFF8;
}
</style>