Shades of Pale Turquoise #BCEDEB
Tints of Pale Turquoise #BCEDEB
RGB
CMYK
RGB Variations
Color information
#BCEDEB (or 0xBCEDEB) is known color: Pale Turquoise. HEX triplet: BC, ED and EB. RGB value is (188,237,235). Sum of RGB (Red+Green+Blue) = 188+237+235=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDEB is #431214. Grayscale: #DEDEDE. Windows color (decimal): -4395541 or 15461820. OLE color: 15461820.
HSL color Cylindrical-coordinate representation of color #BCEDEB: hue angle of 177.55º 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 #BCEDEB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 235 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.07 |
| HSL | 177.55º | 0.58% | 0.83% | - |
| HSV(B) | 177.55º | 0.21% | 0.93% | - |
| XYZ | 66.02 | 77.26 | 90.03 | - |
| YUV | 222.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 235 | 0.21 | 0 | 0.01 | 0.07 | 177.55 | 0.58 | 0.83 |
| Hex | BC | ED | EB | 15 | 0 | 1 | 7 | B2 | 3A | 53 |
| Octal | 274 | 355 | 353 | 25 | 0 | 1 | 7 | 262 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11101011 | 10101 | 0 | 1 | 111 | 10110010 | 111010 | 1010011 |
Color Harmonies of #BCEDEB
Complementary color
Monochromatic Colors of #BCEDEB
Black with #BCEDEB
Text Example
Text Example
White with #BCEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDEB; }
p { color: rgb(188,237,235); }
H1.HeaderClassName
{
color: #BCEDEB;
}
.AnyTagClassName
{
color: #BCEDEB;
}
</style>
background-color css
<style>
a { background-color: #BCEDEB; }
a { background-color: rgb(188,237,235); }
div.DivClassName
{
background-color: #BCEDEB;
}
.BgClassName
{
background-color: #BCEDEB;
}
</style>
border-color css
<style>
span { border-color: #BCEDEB; }
span { border-color: rgb(188,237,235); }
td.TdClassName
{
border-color: #BCEDEB;
}
.TagClassName
{
border-color: #BCEDEB;
}
</style>