Shades of Pale Turquoise #BBFDFB
Tints of Pale Turquoise #BBFDFB
RGB
CMYK
RGB Variations
Color information
#BBFDFB (or 0xBBFDFB) is known color: Pale Turquoise. HEX triplet: BB, FD and FB. RGB value is (187,253,251). Sum of RGB (Red+Green+Blue) = 187+253+251=691 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.06% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDFB is #440204. Grayscale: #E8E8E8. Windows color (decimal): -4456965 or 16514491. OLE color: 16514491.
HSL color Cylindrical-coordinate representation of color #BBFDFB: hue angle of 178.18º 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 #BBFDFB is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 251 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.01 |
| HSL | 178.18º | 0.94% | 0.86% | - |
| HSV(B) | 178.18º | 0.26% | 0.99% | - |
| XYZ | 73.03 | 87.78 | 104.36 | - |
| YUV | 233.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 251 | 0.26 | 0 | 0.01 | 0.01 | 178.18 | 0.94 | 0.86 |
| Hex | BB | FD | FB | 1A | 0 | 1 | 1 | B2 | 5E | 56 |
| Octal | 273 | 375 | 373 | 32 | 0 | 1 | 1 | 262 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11111011 | 11010 | 0 | 1 | 1 | 10110010 | 1011110 | 1010110 |
Color Harmonies of #BBFDFB
Complementary color
Monochromatic Colors of #BBFDFB
Black with #BBFDFB
Text Example
Text Example
White with #BBFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDFB; }
p { color: rgb(187,253,251); }
H1.HeaderClassName
{
color: #BBFDFB;
}
.AnyTagClassName
{
color: #BBFDFB;
}
</style>
background-color css
<style>
a { background-color: #BBFDFB; }
a { background-color: rgb(187,253,251); }
div.DivClassName
{
background-color: #BBFDFB;
}
.BgClassName
{
background-color: #BBFDFB;
}
</style>
border-color css
<style>
span { border-color: #BBFDFB; }
span { border-color: rgb(187,253,251); }
td.TdClassName
{
border-color: #BBFDFB;
}
.TagClassName
{
border-color: #BBFDFB;
}
</style>