Shades of Pale Turquoise #BBF4EC
Tints of Pale Turquoise #BBF4EC
RGB
CMYK
RGB Variations
Color information
#BBF4EC (or 0xBBF4EC) is known color: Pale Turquoise. HEX triplet: BB, F4 and EC. RGB value is (187,244,236). Sum of RGB (Red+Green+Blue) = 187+244+236=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4EC is #440B13. Grayscale: #E2E2E2. Windows color (decimal): -4459284 or 15529147. OLE color: 15529147.
HSL color Cylindrical-coordinate representation of color #BBF4EC: hue angle of 171.58º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4EC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 236 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.04 |
| HSL | 171.58º | 0.72% | 0.85% | - |
| HSV(B) | 171.58º | 0.23% | 0.96% | - |
| XYZ | 67.98 | 81.32 | 91.47 | - |
| YUV | 226.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 236 | 0.23 | 0 | 0.03 | 0.04 | 171.58 | 0.72 | 0.85 |
| Hex | BB | F4 | EC | 17 | 0 | 3 | 4 | AC | 48 | 55 |
| Octal | 273 | 364 | 354 | 27 | 0 | 3 | 4 | 254 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11101100 | 10111 | 0 | 11 | 100 | 10101100 | 1001000 | 1010101 |
Color Harmonies of #BBF4EC
Complementary color
Monochromatic Colors of #BBF4EC
Black with #BBF4EC
Text Example
Text Example
White with #BBF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4EC; }
p { color: rgb(187,244,236); }
H1.HeaderClassName
{
color: #BBF4EC;
}
.AnyTagClassName
{
color: #BBF4EC;
}
</style>
background-color css
<style>
a { background-color: #BBF4EC; }
a { background-color: rgb(187,244,236); }
div.DivClassName
{
background-color: #BBF4EC;
}
.BgClassName
{
background-color: #BBF4EC;
}
</style>
border-color css
<style>
span { border-color: #BBF4EC; }
span { border-color: rgb(187,244,236); }
td.TdClassName
{
border-color: #BBF4EC;
}
.TagClassName
{
border-color: #BBF4EC;
}
</style>