Shades of Pale Turquoise #BBECEC
Tints of Pale Turquoise #BBECEC
RGB
CMYK
RGB Variations
Color information
#BBECEC (or 0xBBECEC) is known color: Pale Turquoise. HEX triplet: BB, EC and EC. RGB value is (187,236,236). Sum of RGB (Red+Green+Blue) = 187+236+236=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #BBECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECEC is #441313. Grayscale: #DDDDDD. Windows color (decimal): -4461332 or 15527099. OLE color: 15527099.
HSL color Cylindrical-coordinate representation of color #BBECEC: hue angle of 180º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBECEC is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 236 | - |
| CMYK | 0.21 | 0 | 0 | 0.07 |
| HSL | 180º | 0.56% | 0.83% | - |
| HSV(B) | 180º | 0.21% | 0.93% | - |
| XYZ | 65.63 | 76.61 | 90.69 | - |
| YUV | 221.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 236 | 0.21 | 0 | 0 | 0.07 | 180 | 0.56 | 0.83 |
| Hex | BB | EC | EC | 15 | 0 | 0 | 7 | B4 | 38 | 53 |
| Octal | 273 | 354 | 354 | 25 | 0 | 0 | 7 | 264 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11101100 | 10101 | 0 | 0 | 111 | 10110100 | 111000 | 1010011 |
Color Harmonies of #BBECEC
Complementary color
Monochromatic Colors of #BBECEC
Black with #BBECEC
Text Example
Text Example
White with #BBECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECEC; }
p { color: rgb(187,236,236); }
H1.HeaderClassName
{
color: #BBECEC;
}
.AnyTagClassName
{
color: #BBECEC;
}
</style>
background-color css
<style>
a { background-color: #BBECEC; }
a { background-color: rgb(187,236,236); }
div.DivClassName
{
background-color: #BBECEC;
}
.BgClassName
{
background-color: #BBECEC;
}
</style>
border-color css
<style>
span { border-color: #BBECEC; }
span { border-color: rgb(187,236,236); }
td.TdClassName
{
border-color: #BBECEC;
}
.TagClassName
{
border-color: #BBECEC;
}
</style>