Shades of Pale Turquoise #BCECEA
Tints of Pale Turquoise #BCECEA
RGB
CMYK
RGB Variations
Color information
#BCECEA (or 0xBCECEA) is known color: Pale Turquoise. HEX triplet: BC, EC and EA. RGB value is (188,236,234). Sum of RGB (Red+Green+Blue) = 188+236+234=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECEA is #431315. Grayscale: #DDDDDD. Windows color (decimal): -4395798 or 15396028. OLE color: 15396028.
HSL color Cylindrical-coordinate representation of color #BCECEA: hue angle of 177.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECEA is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 234 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.07 |
| HSL | 177.5º | 0.56% | 0.83% | - |
| HSV(B) | 177.5º | 0.2% | 0.93% | - |
| XYZ | 65.59 | 76.62 | 89.17 | - |
| YUV | 221.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 234 | 0.20 | 0 | 0.01 | 0.07 | 177.5 | 0.56 | 0.83 |
| Hex | BC | EC | EA | 14 | 0 | 1 | 7 | B2 | 38 | 53 |
| Octal | 274 | 354 | 352 | 24 | 0 | 1 | 7 | 262 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11101010 | 10100 | 0 | 1 | 111 | 10110010 | 111000 | 1010011 |
Color Harmonies of #BCECEA
Complementary color
Monochromatic Colors of #BCECEA
Black with #BCECEA
Text Example
Text Example
White with #BCECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECEA; }
p { color: rgb(188,236,234); }
H1.HeaderClassName
{
color: #BCECEA;
}
.AnyTagClassName
{
color: #BCECEA;
}
</style>
background-color css
<style>
a { background-color: #BCECEA; }
a { background-color: rgb(188,236,234); }
div.DivClassName
{
background-color: #BCECEA;
}
.BgClassName
{
background-color: #BCECEA;
}
</style>
border-color css
<style>
span { border-color: #BCECEA; }
span { border-color: rgb(188,236,234); }
td.TdClassName
{
border-color: #BCECEA;
}
.TagClassName
{
border-color: #BCECEA;
}
</style>