Shades of Pale Turquoise #BBFDFC
Tints of Pale Turquoise #BBFDFC
RGB
CMYK
RGB Variations
Color information
#BBFDFC (or 0xBBFDFC) is known color: Pale Turquoise. HEX triplet: BB, FD and FC. RGB value is (187,253,252). Sum of RGB (Red+Green+Blue) = 187+253+252=692 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.02% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDFC is #440203. Grayscale: #E9E9E9. Windows color (decimal): -4456964 or 16580027. OLE color: 16580027.
HSL color Cylindrical-coordinate representation of color #BBFDFC: hue angle of 179.09º 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 #BBFDFC is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 252 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.01 |
| HSL | 179.09º | 0.94% | 0.86% | - |
| HSV(B) | 179.09º | 0.26% | 0.99% | - |
| XYZ | 73.19 | 87.84 | 105.19 | - |
| YUV | 233.15 | 138.63 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 252 | 0.26 | 0 | 0.00 | 0.01 | 179.09 | 0.94 | 0.86 |
| Hex | BB | FD | FC | 1A | 0 | 0 | 1 | B3 | 5E | 56 |
| Octal | 273 | 375 | 374 | 32 | 0 | 0 | 1 | 263 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11111100 | 11010 | 0 | 0 | 1 | 10110011 | 1011110 | 1010110 |
Color Harmonies of #BBFDFC
Complementary color
Monochromatic Colors of #BBFDFC
Black with #BBFDFC
Text Example
Text Example
White with #BBFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDFC; }
p { color: rgb(187,253,252); }
H1.HeaderClassName
{
color: #BBFDFC;
}
.AnyTagClassName
{
color: #BBFDFC;
}
</style>
background-color css
<style>
a { background-color: #BBFDFC; }
a { background-color: rgb(187,253,252); }
div.DivClassName
{
background-color: #BBFDFC;
}
.BgClassName
{
background-color: #BBFDFC;
}
</style>
border-color css
<style>
span { border-color: #BBFDFC; }
span { border-color: rgb(187,253,252); }
td.TdClassName
{
border-color: #BBFDFC;
}
.TagClassName
{
border-color: #BBFDFC;
}
</style>