Shades of Pale Turquoise #BBFFFF
Tints of Pale Turquoise #BBFFFF
RGB
CMYK
RGB Variations
Color information
#BBFFFF (or 0xBBFFFF) is known color: Pale Turquoise. HEX triplet: BB, FF and FF. RGB value is (187,255,255). Sum of RGB (Red+Green+Blue) = 187+255+255=697 (92% of max value = 765). Red value is 187 (73.44% from 255 or 26.83% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #BBFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFFF is #440000. Grayscale: #EAEAEA. Windows color (decimal): -4456449 or 16777147. OLE color: 16777147.
HSL color Cylindrical-coordinate representation of color #BBFFFF: hue angle of 180º 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 #BBFFFF is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 255 | - |
| CMYK | 0.27 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.87% | - |
| HSV(B) | 180º | 0.27% | 1% | - |
| XYZ | 74.3 | 89.3 | 107.93 | - |
| YUV | 234.67 | 139.47 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 255 | 0.27 | 0 | 0 | 0 | 180 | 1 | 0.87 |
| Hex | BB | FF | FF | 1B | 0 | 0 | 0 | B4 | 64 | 57 |
| Octal | 273 | 377 | 377 | 33 | 0 | 0 | 0 | 264 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11111111 | 11011 | 0 | 0 | 0 | 10110100 | 1100100 | 1010111 |
Color Harmonies of #BBFFFF
Complementary color
Monochromatic Colors of #BBFFFF
Black with #BBFFFF
Text Example
Text Example
White with #BBFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFFF; }
p { color: rgb(187,255,255); }
H1.HeaderClassName
{
color: #BBFFFF;
}
.AnyTagClassName
{
color: #BBFFFF;
}
</style>
background-color css
<style>
a { background-color: #BBFFFF; }
a { background-color: rgb(187,255,255); }
div.DivClassName
{
background-color: #BBFFFF;
}
.BgClassName
{
background-color: #BBFFFF;
}
</style>
border-color css
<style>
span { border-color: #BBFFFF; }
span { border-color: rgb(187,255,255); }
td.TdClassName
{
border-color: #BBFFFF;
}
.TagClassName
{
border-color: #BBFFFF;
}
</style>