Shades of Pale Turquoise #BBF2EC
Tints of Pale Turquoise #BBF2EC
RGB
CMYK
RGB Variations
Color information
#BBF2EC (or 0xBBF2EC) is known color: Pale Turquoise. HEX triplet: BB, F2 and EC. RGB value is (187,242,236). Sum of RGB (Red+Green+Blue) = 187+242+236=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2EC is #440D13. Grayscale: #E0E0E0. Windows color (decimal): -4459796 or 15528635. OLE color: 15528635.
HSL color Cylindrical-coordinate representation of color #BBF2EC: hue angle of 173.45º degrees, saturation: 0.68, 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 #BBF2EC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 236 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.05 |
| HSL | 173.45º | 0.68% | 0.84% | - |
| HSV(B) | 173.45º | 0.23% | 0.95% | - |
| XYZ | 67.39 | 80.13 | 91.27 | - |
| YUV | 224.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 236 | 0.23 | 0 | 0.02 | 0.05 | 173.45 | 0.68 | 0.84 |
| Hex | BB | F2 | EC | 17 | 0 | 2 | 5 | AD | 44 | 54 |
| Octal | 273 | 362 | 354 | 27 | 0 | 2 | 5 | 255 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11101100 | 10111 | 0 | 10 | 101 | 10101101 | 1000100 | 1010100 |
Color Harmonies of #BBF2EC
Complementary color
Monochromatic Colors of #BBF2EC
Black with #BBF2EC
Text Example
Text Example
White with #BBF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2EC; }
p { color: rgb(187,242,236); }
H1.HeaderClassName
{
color: #BBF2EC;
}
.AnyTagClassName
{
color: #BBF2EC;
}
</style>
background-color css
<style>
a { background-color: #BBF2EC; }
a { background-color: rgb(187,242,236); }
div.DivClassName
{
background-color: #BBF2EC;
}
.BgClassName
{
background-color: #BBF2EC;
}
</style>
border-color css
<style>
span { border-color: #BBF2EC; }
span { border-color: rgb(187,242,236); }
td.TdClassName
{
border-color: #BBF2EC;
}
.TagClassName
{
border-color: #BBF2EC;
}
</style>