Shades of Pale Turquoise #BCF2F1
Tints of Pale Turquoise #BCF2F1
RGB
CMYK
RGB Variations
Color information
#BCF2F1 (or 0xBCF2F1) is known color: Pale Turquoise. HEX triplet: BC, F2 and F1. RGB value is (188,242,241). Sum of RGB (Red+Green+Blue) = 188+242+241=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2F1 is #430D0E. Grayscale: #E1E1E1. Windows color (decimal): -4394255 or 15856316. OLE color: 15856316.
HSL color Cylindrical-coordinate representation of color #BCF2F1: hue angle of 178.89º 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 #BCF2F1 is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 241 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.05 |
| HSL | 178.89º | 0.68% | 0.84% | - |
| HSV(B) | 178.89º | 0.22% | 0.95% | - |
| XYZ | 68.37 | 80.55 | 95.16 | - |
| YUV | 225.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 241 | 0.22 | 0 | 0.00 | 0.05 | 178.89 | 0.68 | 0.84 |
| Hex | BC | F2 | F1 | 16 | 0 | 0 | 5 | B3 | 44 | 54 |
| Octal | 274 | 362 | 361 | 26 | 0 | 0 | 5 | 263 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11110001 | 10110 | 0 | 0 | 101 | 10110011 | 1000100 | 1010100 |
Color Harmonies of #BCF2F1
Complementary color
Monochromatic Colors of #BCF2F1
Black with #BCF2F1
Text Example
Text Example
White with #BCF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2F1; }
p { color: rgb(188,242,241); }
H1.HeaderClassName
{
color: #BCF2F1;
}
.AnyTagClassName
{
color: #BCF2F1;
}
</style>
background-color css
<style>
a { background-color: #BCF2F1; }
a { background-color: rgb(188,242,241); }
div.DivClassName
{
background-color: #BCF2F1;
}
.BgClassName
{
background-color: #BCF2F1;
}
</style>
border-color css
<style>
span { border-color: #BCF2F1; }
span { border-color: rgb(188,242,241); }
td.TdClassName
{
border-color: #BCF2F1;
}
.TagClassName
{
border-color: #BCF2F1;
}
</style>