Shades of Pale Turquoise #BBFFFE
Tints of Pale Turquoise #BBFFFE
RGB
CMYK
RGB Variations
Color information
#BBFFFE (or 0xBBFFFE) is known color: Pale Turquoise. HEX triplet: BB, FF and FE. RGB value is (187,255,254). Sum of RGB (Red+Green+Blue) = 187+255+254=696 (92% of max value = 765). Red value is 187 (73.44% from 255 or 26.87% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFFE is #440001. Grayscale: #EAEAEA. Windows color (decimal): -4456450 or 16711611. OLE color: 16711611.
HSL color Cylindrical-coordinate representation of color #BBFFFE: hue angle of 179.12º 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 #BBFFFE is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 254 | - |
| CMYK | 0.27 | 0 | 0.00 | 0 |
| HSL | 179.12º | 1% | 0.87% | - |
| HSV(B) | 179.12º | 0.27% | 1% | - |
| XYZ | 74.14 | 89.24 | 107.08 | - |
| YUV | 234.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 254 | 0.27 | 0 | 0.00 | 0 | 179.12 | 1 | 0.87 |
| Hex | BB | FF | FE | 1B | 0 | 0 | 0 | B3 | 64 | 57 |
| Octal | 273 | 377 | 376 | 33 | 0 | 0 | 0 | 263 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11111110 | 11011 | 0 | 0 | 0 | 10110011 | 1100100 | 1010111 |
Color Harmonies of #BBFFFE
Complementary color
Monochromatic Colors of #BBFFFE
Black with #BBFFFE
Text Example
Text Example
White with #BBFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFFE; }
p { color: rgb(187,255,254); }
H1.HeaderClassName
{
color: #BBFFFE;
}
.AnyTagClassName
{
color: #BBFFFE;
}
</style>
background-color css
<style>
a { background-color: #BBFFFE; }
a { background-color: rgb(187,255,254); }
div.DivClassName
{
background-color: #BBFFFE;
}
.BgClassName
{
background-color: #BBFFFE;
}
</style>
border-color css
<style>
span { border-color: #BBFFFE; }
span { border-color: rgb(187,255,254); }
td.TdClassName
{
border-color: #BBFFFE;
}
.TagClassName
{
border-color: #BBFFFE;
}
</style>