Shades of Pale Turquoise #BCEDE8
Tints of Pale Turquoise #BCEDE8
RGB
CMYK
RGB Variations
Color information
#BCEDE8 (or 0xBCEDE8) is known color: Pale Turquoise. HEX triplet: BC, ED and E8. RGB value is (188,237,232). Sum of RGB (Red+Green+Blue) = 188+237+232=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDE8 is #431217. Grayscale: #DDDDDD. Windows color (decimal): -4395544 or 15265212. OLE color: 15265212.
HSL color Cylindrical-coordinate representation of color #BCEDE8: hue angle of 173.88º degrees, saturation: 0.58, 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 #BCEDE8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 232 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.07 |
| HSL | 173.88º | 0.58% | 0.83% | - |
| HSV(B) | 173.88º | 0.21% | 0.93% | - |
| XYZ | 65.59 | 77.09 | 87.77 | - |
| YUV | 221.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 232 | 0.21 | 0 | 0.02 | 0.07 | 173.88 | 0.58 | 0.83 |
| Hex | BC | ED | E8 | 15 | 0 | 2 | 7 | AE | 3A | 53 |
| Octal | 274 | 355 | 350 | 25 | 0 | 2 | 7 | 256 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11101000 | 10101 | 0 | 10 | 111 | 10101110 | 111010 | 1010011 |
Color Harmonies of #BCEDE8
Complementary color
Monochromatic Colors of #BCEDE8
Black with #BCEDE8
Text Example
Text Example
White with #BCEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDE8; }
p { color: rgb(188,237,232); }
H1.HeaderClassName
{
color: #BCEDE8;
}
.AnyTagClassName
{
color: #BCEDE8;
}
</style>
background-color css
<style>
a { background-color: #BCEDE8; }
a { background-color: rgb(188,237,232); }
div.DivClassName
{
background-color: #BCEDE8;
}
.BgClassName
{
background-color: #BCEDE8;
}
</style>
border-color css
<style>
span { border-color: #BCEDE8; }
span { border-color: rgb(188,237,232); }
td.TdClassName
{
border-color: #BCEDE8;
}
.TagClassName
{
border-color: #BCEDE8;
}
</style>