Shades of Pale Turquoise #BCEBEB
Tints of Pale Turquoise #BCEBEB
RGB
CMYK
RGB Variations
Color information
#BCEBEB (or 0xBCEBEB) is known color: Pale Turquoise. HEX triplet: BC, EB and EB. RGB value is (188,235,235). Sum of RGB (Red+Green+Blue) = 188+235+235=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #BCEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBEB is #431414. Grayscale: #DCDCDC. Windows color (decimal): -4396053 or 15461308. OLE color: 15461308.
HSL color Cylindrical-coordinate representation of color #BCEBEB: hue angle of 180º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBEB is Cyan = 0.2, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 235 | - |
| CMYK | 0.2 | 0 | 0 | 0.08 |
| HSL | 180º | 0.54% | 0.83% | - |
| HSV(B) | 180º | 0.2% | 0.92% | - |
| XYZ | 65.44 | 76.11 | 89.84 | - |
| YUV | 220.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 235 | 0.2 | 0 | 0 | 0.08 | 180 | 0.54 | 0.83 |
| Hex | BC | EB | EB | 14 | 0 | 0 | 8 | B4 | 36 | 53 |
| Octal | 274 | 353 | 353 | 24 | 0 | 0 | 10 | 264 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11101011 | 10100 | 0 | 0 | 1000 | 10110100 | 110110 | 1010011 |
Color Harmonies of #BCEBEB
Complementary color
Monochromatic Colors of #BCEBEB
Black with #BCEBEB
Text Example
Text Example
White with #BCEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBEB; }
p { color: rgb(188,235,235); }
H1.HeaderClassName
{
color: #BCEBEB;
}
.AnyTagClassName
{
color: #BCEBEB;
}
</style>
background-color css
<style>
a { background-color: #BCEBEB; }
a { background-color: rgb(188,235,235); }
div.DivClassName
{
background-color: #BCEBEB;
}
.BgClassName
{
background-color: #BCEBEB;
}
</style>
border-color css
<style>
span { border-color: #BCEBEB; }
span { border-color: rgb(188,235,235); }
td.TdClassName
{
border-color: #BCEBEB;
}
.TagClassName
{
border-color: #BCEBEB;
}
</style>