Shades of Pale Turquoise #BBF3EC
Tints of Pale Turquoise #BBF3EC
RGB
CMYK
RGB Variations
Color information
#BBF3EC (or 0xBBF3EC) is known color: Pale Turquoise. HEX triplet: BB, F3 and EC. RGB value is (187,243,236). Sum of RGB (Red+Green+Blue) = 187+243+236=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3EC is #440C13. Grayscale: #E1E1E1. Windows color (decimal): -4459540 or 15528891. OLE color: 15528891.
HSL color Cylindrical-coordinate representation of color #BBF3EC: hue angle of 172.5º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3EC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 236 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.05 |
| HSL | 172.5º | 0.7% | 0.84% | - |
| HSV(B) | 172.5º | 0.23% | 0.95% | - |
| XYZ | 67.68 | 80.72 | 91.37 | - |
| YUV | 225.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 236 | 0.23 | 0 | 0.03 | 0.05 | 172.5 | 0.7 | 0.84 |
| Hex | BB | F3 | EC | 17 | 0 | 3 | 5 | AC | 46 | 54 |
| Octal | 273 | 363 | 354 | 27 | 0 | 3 | 5 | 254 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11101100 | 10111 | 0 | 11 | 101 | 10101100 | 1000110 | 1010100 |
Color Harmonies of #BBF3EC
Complementary color
Monochromatic Colors of #BBF3EC
Black with #BBF3EC
Text Example
Text Example
White with #BBF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3EC; }
p { color: rgb(187,243,236); }
H1.HeaderClassName
{
color: #BBF3EC;
}
.AnyTagClassName
{
color: #BBF3EC;
}
</style>
background-color css
<style>
a { background-color: #BBF3EC; }
a { background-color: rgb(187,243,236); }
div.DivClassName
{
background-color: #BBF3EC;
}
.BgClassName
{
background-color: #BBF3EC;
}
</style>
border-color css
<style>
span { border-color: #BBF3EC; }
span { border-color: rgb(187,243,236); }
td.TdClassName
{
border-color: #BBF3EC;
}
.TagClassName
{
border-color: #BBF3EC;
}
</style>