Shades of Pale Turquoise #BCECED
Tints of Pale Turquoise #BCECED
RGB
CMYK
RGB Variations
Color information
#BCECED (or 0xBCECED) is known color: Pale Turquoise. HEX triplet: BC, EC and ED. RGB value is (188,236,237). Sum of RGB (Red+Green+Blue) = 188+236+237=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECED is #431312. Grayscale: #DDDDDD. Windows color (decimal): -4395795 or 15592636. OLE color: 15592636.
HSL color Cylindrical-coordinate representation of color #BCECED: hue angle of 181.22º 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 #BCECED is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 237 | - |
| CMYK | 0.21 | 0.00 | 0 | 0.07 |
| HSL | 181.22º | 0.58% | 0.83% | - |
| HSV(B) | 181.22º | 0.21% | 0.93% | - |
| XYZ | 66.02 | 76.8 | 91.46 | - |
| YUV | 221.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 237 | 0.21 | 0.00 | 0 | 0.07 | 181.22 | 0.58 | 0.83 |
| Hex | BC | EC | ED | 15 | 0 | 0 | 7 | B5 | 3A | 53 |
| Octal | 274 | 354 | 355 | 25 | 0 | 0 | 7 | 265 | 72 | 123 |
| Binary | 10111100 | 11101100 | 11101101 | 10101 | 0 | 0 | 111 | 10110101 | 111010 | 1010011 |
Color Harmonies of #BCECED
Complementary color
Monochromatic Colors of #BCECED
Black with #BCECED
Text Example
Text Example
White with #BCECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECED; }
p { color: rgb(188,236,237); }
H1.HeaderClassName
{
color: #BCECED;
}
.AnyTagClassName
{
color: #BCECED;
}
</style>
background-color css
<style>
a { background-color: #BCECED; }
a { background-color: rgb(188,236,237); }
div.DivClassName
{
background-color: #BCECED;
}
.BgClassName
{
background-color: #BCECED;
}
</style>
border-color css
<style>
span { border-color: #BCECED; }
span { border-color: rgb(188,236,237); }
td.TdClassName
{
border-color: #BCECED;
}
.TagClassName
{
border-color: #BCECED;
}
</style>