Shades of Pale Turquoise #BBFDF8
Tints of Pale Turquoise #BBFDF8
RGB
CMYK
RGB Variations
Color information
#BBFDF8 (or 0xBBFDF8) is known color: Pale Turquoise. HEX triplet: BB, FD and F8. RGB value is (187,253,248). Sum of RGB (Red+Green+Blue) = 187+253+248=688 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.18% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF8 is #440207. Grayscale: #E8E8E8. Windows color (decimal): -4456968 or 16317883. OLE color: 16317883.
HSL color Cylindrical-coordinate representation of color #BBFDF8: hue angle of 175.45º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDF8 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 248 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.01 |
| HSL | 175.45º | 0.94% | 0.86% | - |
| HSV(B) | 175.45º | 0.26% | 0.99% | - |
| XYZ | 72.56 | 87.59 | 101.89 | - |
| YUV | 232.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 248 | 0.26 | 0 | 0.02 | 0.01 | 175.45 | 0.94 | 0.86 |
| Hex | BB | FD | F8 | 1A | 0 | 2 | 1 | AF | 5E | 56 |
| Octal | 273 | 375 | 370 | 32 | 0 | 2 | 1 | 257 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11111000 | 11010 | 0 | 10 | 1 | 10101111 | 1011110 | 1010110 |
Color Harmonies of #BBFDF8
Complementary color
Monochromatic Colors of #BBFDF8
Black with #BBFDF8
Text Example
Text Example
White with #BBFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDF8; }
p { color: rgb(187,253,248); }
H1.HeaderClassName
{
color: #BBFDF8;
}
.AnyTagClassName
{
color: #BBFDF8;
}
</style>
background-color css
<style>
a { background-color: #BBFDF8; }
a { background-color: rgb(187,253,248); }
div.DivClassName
{
background-color: #BBFDF8;
}
.BgClassName
{
background-color: #BBFDF8;
}
</style>
border-color css
<style>
span { border-color: #BBFDF8; }
span { border-color: rgb(187,253,248); }
td.TdClassName
{
border-color: #BBFDF8;
}
.TagClassName
{
border-color: #BBFDF8;
}
</style>