Shades of Pale Turquoise #BCF4EC
Tints of Pale Turquoise #BCF4EC
RGB
CMYK
RGB Variations
Color information
#BCF4EC (or 0xBCF4EC) is known color: Pale Turquoise. HEX triplet: BC, F4 and EC. RGB value is (188,244,236). Sum of RGB (Red+Green+Blue) = 188+244+236=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF4EC is #430B13. Grayscale: #E2E2E2. Windows color (decimal): -4393748 or 15529148. OLE color: 15529148.
HSL color Cylindrical-coordinate representation of color #BCF4EC: hue angle of 171.43º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF4EC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 236 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.04 |
| HSL | 171.43º | 0.72% | 0.85% | - |
| HSV(B) | 171.43º | 0.23% | 0.96% | - |
| XYZ | 68.23 | 81.45 | 91.48 | - |
| YUV | 226.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 236 | 0.23 | 0 | 0.03 | 0.04 | 171.43 | 0.72 | 0.85 |
| Hex | BC | F4 | EC | 17 | 0 | 3 | 4 | AB | 48 | 55 |
| Octal | 274 | 364 | 354 | 27 | 0 | 3 | 4 | 253 | 110 | 125 |
| Binary | 10111100 | 11110100 | 11101100 | 10111 | 0 | 11 | 100 | 10101011 | 1001000 | 1010101 |
Color Harmonies of #BCF4EC
Complementary color
Monochromatic Colors of #BCF4EC
Black with #BCF4EC
Text Example
Text Example
White with #BCF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF4EC; }
p { color: rgb(188,244,236); }
H1.HeaderClassName
{
color: #BCF4EC;
}
.AnyTagClassName
{
color: #BCF4EC;
}
</style>
background-color css
<style>
a { background-color: #BCF4EC; }
a { background-color: rgb(188,244,236); }
div.DivClassName
{
background-color: #BCF4EC;
}
.BgClassName
{
background-color: #BCF4EC;
}
</style>
border-color css
<style>
span { border-color: #BCF4EC; }
span { border-color: rgb(188,244,236); }
td.TdClassName
{
border-color: #BCF4EC;
}
.TagClassName
{
border-color: #BCF4EC;
}
</style>