Shades of Pale Turquoise #BCF0F1
Tints of Pale Turquoise #BCF0F1
RGB
CMYK
RGB Variations
Color information
#BCF0F1 (or 0xBCF0F1) is known color: Pale Turquoise. HEX triplet: BC, F0 and F1. RGB value is (188,240,241). Sum of RGB (Red+Green+Blue) = 188+240+241=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0F1 is #430F0E. Grayscale: #E0E0E0. Windows color (decimal): -4394767 or 15855804. OLE color: 15855804.
HSL color Cylindrical-coordinate representation of color #BCF0F1: hue angle of 181.13º 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 #BCF0F1 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 240 | 241 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.05 |
| HSL | 181.13º | 0.65% | 0.84% | - |
| HSV(B) | 181.13º | 0.22% | 0.95% | - |
| XYZ | 67.78 | 79.36 | 94.97 | - |
| YUV | 224.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 241 | 0.22 | 0.00 | 0 | 0.05 | 181.13 | 0.65 | 0.84 |
| Hex | BC | F0 | F1 | 16 | 0 | 0 | 5 | B5 | 41 | 54 |
| Octal | 274 | 360 | 361 | 26 | 0 | 0 | 5 | 265 | 101 | 124 |
| Binary | 10111100 | 11110000 | 11110001 | 10110 | 0 | 0 | 101 | 10110101 | 1000001 | 1010100 |
Color Harmonies of #BCF0F1
Complementary color
Monochromatic Colors of #BCF0F1
Black with #BCF0F1
Text Example
Text Example
White with #BCF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0F1; }
p { color: rgb(188,240,241); }
H1.HeaderClassName
{
color: #BCF0F1;
}
.AnyTagClassName
{
color: #BCF0F1;
}
</style>
background-color css
<style>
a { background-color: #BCF0F1; }
a { background-color: rgb(188,240,241); }
div.DivClassName
{
background-color: #BCF0F1;
}
.BgClassName
{
background-color: #BCF0F1;
}
</style>
border-color css
<style>
span { border-color: #BCF0F1; }
span { border-color: rgb(188,240,241); }
td.TdClassName
{
border-color: #BCF0F1;
}
.TagClassName
{
border-color: #BCF0F1;
}
</style>