Shades of Pale Turquoise #BCF2EC
Tints of Pale Turquoise #BCF2EC
RGB
CMYK
RGB Variations
Color information
#BCF2EC (or 0xBCF2EC) is known color: Pale Turquoise. HEX triplet: BC, F2 and EC. RGB value is (188,242,236). Sum of RGB (Red+Green+Blue) = 188+242+236=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2EC is #430D13. Grayscale: #E1E1E1. Windows color (decimal): -4394260 or 15528636. OLE color: 15528636.
HSL color Cylindrical-coordinate representation of color #BCF2EC: hue angle of 173.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2EC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 236 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.05 |
| HSL | 173.33º | 0.68% | 0.84% | - |
| HSV(B) | 173.33º | 0.22% | 0.95% | - |
| XYZ | 67.63 | 80.25 | 91.28 | - |
| YUV | 225.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 236 | 0.22 | 0 | 0.02 | 0.05 | 173.33 | 0.68 | 0.84 |
| Hex | BC | F2 | EC | 16 | 0 | 2 | 5 | AD | 44 | 54 |
| Octal | 274 | 362 | 354 | 26 | 0 | 2 | 5 | 255 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11101100 | 10110 | 0 | 10 | 101 | 10101101 | 1000100 | 1010100 |
Color Harmonies of #BCF2EC
Complementary color
Monochromatic Colors of #BCF2EC
Black with #BCF2EC
Text Example
Text Example
White with #BCF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2EC; }
p { color: rgb(188,242,236); }
H1.HeaderClassName
{
color: #BCF2EC;
}
.AnyTagClassName
{
color: #BCF2EC;
}
</style>
background-color css
<style>
a { background-color: #BCF2EC; }
a { background-color: rgb(188,242,236); }
div.DivClassName
{
background-color: #BCF2EC;
}
.BgClassName
{
background-color: #BCF2EC;
}
</style>
border-color css
<style>
span { border-color: #BCF2EC; }
span { border-color: rgb(188,242,236); }
td.TdClassName
{
border-color: #BCF2EC;
}
.TagClassName
{
border-color: #BCF2EC;
}
</style>