Shades of Pale Turquoise #BBFBFF
Tints of Pale Turquoise #BBFBFF
RGB
CMYK
RGB Variations
Color information
#BBFBFF (or 0xBBFBFF) is known color: Pale Turquoise. HEX triplet: BB, FB and FF. RGB value is (187,251,255). Sum of RGB (Red+Green+Blue) = 187+251+255=693 (91% of max value = 765). Red value is 187 (73.44% from 255 or 26.98% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBFF is #440400. Grayscale: #E8E8E8. Windows color (decimal): -4457473 or 16776123. OLE color: 16776123.
HSL color Cylindrical-coordinate representation of color #BBFBFF: hue angle of 183.53º 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 #BBFBFF is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 251 | 255 | - |
| CMYK | 0.27 | 0.02 | 0 | 0 |
| HSL | 183.53º | 1% | 0.87% | - |
| HSV(B) | 183.53º | 0.27% | 1% | - |
| XYZ | 73.04 | 86.78 | 107.51 | - |
| YUV | 232.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 255 | 0.27 | 0.02 | 0 | 0 | 183.53 | 1 | 0.87 |
| Hex | BB | FB | FF | 1B | 2 | 0 | 0 | B8 | 64 | 57 |
| Octal | 273 | 373 | 377 | 33 | 2 | 0 | 0 | 270 | 144 | 127 |
| Binary | 10111011 | 11111011 | 11111111 | 11011 | 10 | 0 | 0 | 10111000 | 1100100 | 1010111 |
Color Harmonies of #BBFBFF
Complementary color
Monochromatic Colors of #BBFBFF
Black with #BBFBFF
Text Example
Text Example
White with #BBFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBFF; }
p { color: rgb(187,251,255); }
H1.HeaderClassName
{
color: #BBFBFF;
}
.AnyTagClassName
{
color: #BBFBFF;
}
</style>
background-color css
<style>
a { background-color: #BBFBFF; }
a { background-color: rgb(187,251,255); }
div.DivClassName
{
background-color: #BBFBFF;
}
.BgClassName
{
background-color: #BBFBFF;
}
</style>
border-color css
<style>
span { border-color: #BBFBFF; }
span { border-color: rgb(187,251,255); }
td.TdClassName
{
border-color: #BBFBFF;
}
.TagClassName
{
border-color: #BBFBFF;
}
</style>