Shades of Pale Turquoise #BCF1F1
Tints of Pale Turquoise #BCF1F1
RGB
CMYK
RGB Variations
Color information
#BCF1F1 (or 0xBCF1F1) is known color: Pale Turquoise. HEX triplet: BC, F1 and F1. RGB value is (188,241,241). Sum of RGB (Red+Green+Blue) = 188+241+241=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #BCF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1F1 is #430E0E. Grayscale: #E1E1E1. Windows color (decimal): -4394511 or 15856060. OLE color: 15856060.
HSL color Cylindrical-coordinate representation of color #BCF1F1: hue angle of 180º degrees, saturation: 0.65, 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 #BCF1F1 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 241 | - |
| CMYK | 0.22 | 0 | 0 | 0.05 |
| HSL | 180º | 0.65% | 0.84% | - |
| HSV(B) | 180º | 0.22% | 0.95% | - |
| XYZ | 68.07 | 79.95 | 95.06 | - |
| YUV | 225.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 241 | 0.22 | 0 | 0 | 0.05 | 180 | 0.65 | 0.84 |
| Hex | BC | F1 | F1 | 16 | 0 | 0 | 5 | B4 | 41 | 54 |
| Octal | 274 | 361 | 361 | 26 | 0 | 0 | 5 | 264 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11110001 | 10110 | 0 | 0 | 101 | 10110100 | 1000001 | 1010100 |
Color Harmonies of #BCF1F1
Complementary color
Monochromatic Colors of #BCF1F1
Black with #BCF1F1
Text Example
Text Example
White with #BCF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1F1; }
p { color: rgb(188,241,241); }
H1.HeaderClassName
{
color: #BCF1F1;
}
.AnyTagClassName
{
color: #BCF1F1;
}
</style>
background-color css
<style>
a { background-color: #BCF1F1; }
a { background-color: rgb(188,241,241); }
div.DivClassName
{
background-color: #BCF1F1;
}
.BgClassName
{
background-color: #BCF1F1;
}
</style>
border-color css
<style>
span { border-color: #BCF1F1; }
span { border-color: rgb(188,241,241); }
td.TdClassName
{
border-color: #BCF1F1;
}
.TagClassName
{
border-color: #BCF1F1;
}
</style>