Shades of Pale Turquoise #BBECEE
Tints of Pale Turquoise #BBECEE
RGB
CMYK
RGB Variations
Color information
#BBECEE (or 0xBBECEE) is known color: Pale Turquoise. HEX triplet: BB, EC and EE. RGB value is (187,236,238). Sum of RGB (Red+Green+Blue) = 187+236+238=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECEE is #441311. Grayscale: #DDDDDD. Windows color (decimal): -4461330 or 15658171. OLE color: 15658171.
HSL color Cylindrical-coordinate representation of color #BBECEE: hue angle of 182.35º degrees, saturation: 0.6, 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 #BBECEE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 238 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.07 |
| HSL | 182.35º | 0.6% | 0.83% | - |
| HSV(B) | 182.35º | 0.21% | 0.93% | - |
| XYZ | 65.92 | 76.73 | 92.22 | - |
| YUV | 221.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 238 | 0.21 | 0.01 | 0 | 0.07 | 182.35 | 0.6 | 0.83 |
| Hex | BB | EC | EE | 15 | 1 | 0 | 7 | B6 | 3C | 53 |
| Octal | 273 | 354 | 356 | 25 | 1 | 0 | 7 | 266 | 74 | 123 |
| Binary | 10111011 | 11101100 | 11101110 | 10101 | 1 | 0 | 111 | 10110110 | 111100 | 1010011 |
Color Harmonies of #BBECEE
Complementary color
Monochromatic Colors of #BBECEE
Black with #BBECEE
Text Example
Text Example
White with #BBECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECEE; }
p { color: rgb(187,236,238); }
H1.HeaderClassName
{
color: #BBECEE;
}
.AnyTagClassName
{
color: #BBECEE;
}
</style>
background-color css
<style>
a { background-color: #BBECEE; }
a { background-color: rgb(187,236,238); }
div.DivClassName
{
background-color: #BBECEE;
}
.BgClassName
{
background-color: #BBECEE;
}
</style>
border-color css
<style>
span { border-color: #BBECEE; }
span { border-color: rgb(187,236,238); }
td.TdClassName
{
border-color: #BBECEE;
}
.TagClassName
{
border-color: #BBECEE;
}
</style>