Shades of Pale Turquoise #BCF0EC
Tints of Pale Turquoise #BCF0EC
RGB
CMYK
RGB Variations
Color information
#BCF0EC (or 0xBCF0EC) is known color: Pale Turquoise. HEX triplet: BC, F0 and EC. RGB value is (188,240,236). Sum of RGB (Red+Green+Blue) = 188+240+236=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0EC is #430F13. Grayscale: #DFDFDF. Windows color (decimal): -4394772 or 15528124. OLE color: 15528124.
HSL color Cylindrical-coordinate representation of color #BCF0EC: hue angle of 175.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0EC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 236 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.06 |
| HSL | 175.38º | 0.63% | 0.84% | - |
| HSV(B) | 175.38º | 0.22% | 0.94% | - |
| XYZ | 67.04 | 79.07 | 91.09 | - |
| YUV | 224 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 236 | 0.22 | 0 | 0.02 | 0.06 | 175.38 | 0.63 | 0.84 |
| Hex | BC | F0 | EC | 16 | 0 | 2 | 6 | AF | 3F | 54 |
| Octal | 274 | 360 | 354 | 26 | 0 | 2 | 6 | 257 | 77 | 124 |
| Binary | 10111100 | 11110000 | 11101100 | 10110 | 0 | 10 | 110 | 10101111 | 111111 | 1010100 |
Color Harmonies of #BCF0EC
Complementary color
Monochromatic Colors of #BCF0EC
Black with #BCF0EC
Text Example
Text Example
White with #BCF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0EC; }
p { color: rgb(188,240,236); }
H1.HeaderClassName
{
color: #BCF0EC;
}
.AnyTagClassName
{
color: #BCF0EC;
}
</style>
background-color css
<style>
a { background-color: #BCF0EC; }
a { background-color: rgb(188,240,236); }
div.DivClassName
{
background-color: #BCF0EC;
}
.BgClassName
{
background-color: #BCF0EC;
}
</style>
border-color css
<style>
span { border-color: #BCF0EC; }
span { border-color: rgb(188,240,236); }
td.TdClassName
{
border-color: #BCF0EC;
}
.TagClassName
{
border-color: #BCF0EC;
}
</style>