Shades of Pale Turquoise #BCF3F1
Tints of Pale Turquoise #BCF3F1
RGB
CMYK
RGB Variations
Color information
#BCF3F1 (or 0xBCF3F1) is known color: Pale Turquoise. HEX triplet: BC, F3 and F1. RGB value is (188,243,241). Sum of RGB (Red+Green+Blue) = 188+243+241=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3F1 is #430C0E. Grayscale: #E2E2E2. Windows color (decimal): -4393999 or 15856572. OLE color: 15856572.
HSL color Cylindrical-coordinate representation of color #BCF3F1: hue angle of 177.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3F1 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 241 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.05 |
| HSL | 177.82º | 0.7% | 0.85% | - |
| HSV(B) | 177.82º | 0.23% | 0.95% | - |
| XYZ | 68.67 | 81.14 | 95.26 | - |
| YUV | 226.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 241 | 0.23 | 0 | 0.01 | 0.05 | 177.82 | 0.7 | 0.85 |
| Hex | BC | F3 | F1 | 17 | 0 | 1 | 5 | B2 | 46 | 55 |
| Octal | 274 | 363 | 361 | 27 | 0 | 1 | 5 | 262 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11110001 | 10111 | 0 | 1 | 101 | 10110010 | 1000110 | 1010101 |
Color Harmonies of #BCF3F1
Complementary color
Monochromatic Colors of #BCF3F1
Black with #BCF3F1
Text Example
Text Example
White with #BCF3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3F1; }
p { color: rgb(188,243,241); }
H1.HeaderClassName
{
color: #BCF3F1;
}
.AnyTagClassName
{
color: #BCF3F1;
}
</style>
background-color css
<style>
a { background-color: #BCF3F1; }
a { background-color: rgb(188,243,241); }
div.DivClassName
{
background-color: #BCF3F1;
}
.BgClassName
{
background-color: #BCF3F1;
}
</style>
border-color css
<style>
span { border-color: #BCF3F1; }
span { border-color: rgb(188,243,241); }
td.TdClassName
{
border-color: #BCF3F1;
}
.TagClassName
{
border-color: #BCF3F1;
}
</style>