Shades of Pale Turquoise #BCF8F0
Tints of Pale Turquoise #BCF8F0
RGB
CMYK
RGB Variations
Color information
#BCF8F0 (or 0xBCF8F0) is known color: Pale Turquoise. HEX triplet: BC, F8 and F0. RGB value is (188,248,240). Sum of RGB (Red+Green+Blue) = 188+248+240=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8F0 is #43070F. Grayscale: #E5E5E5. Windows color (decimal): -4392720 or 15792316. OLE color: 15792316.
HSL color Cylindrical-coordinate representation of color #BCF8F0: hue angle of 172º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8F0 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 240 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.03 |
| HSL | 172º | 0.81% | 0.85% | - |
| HSV(B) | 172º | 0.24% | 0.97% | - |
| XYZ | 70.03 | 84.12 | 94.98 | - |
| YUV | 229.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 240 | 0.24 | 0 | 0.03 | 0.03 | 172 | 0.81 | 0.85 |
| Hex | BC | F8 | F0 | 18 | 0 | 3 | 3 | AC | 51 | 55 |
| Octal | 274 | 370 | 360 | 30 | 0 | 3 | 3 | 254 | 121 | 125 |
| Binary | 10111100 | 11111000 | 11110000 | 11000 | 0 | 11 | 11 | 10101100 | 1010001 | 1010101 |
Color Harmonies of #BCF8F0
Complementary color
Monochromatic Colors of #BCF8F0
Black with #BCF8F0
Text Example
Text Example
White with #BCF8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8F0; }
p { color: rgb(188,248,240); }
H1.HeaderClassName
{
color: #BCF8F0;
}
.AnyTagClassName
{
color: #BCF8F0;
}
</style>
background-color css
<style>
a { background-color: #BCF8F0; }
a { background-color: rgb(188,248,240); }
div.DivClassName
{
background-color: #BCF8F0;
}
.BgClassName
{
background-color: #BCF8F0;
}
</style>
border-color css
<style>
span { border-color: #BCF8F0; }
span { border-color: rgb(188,248,240); }
td.TdClassName
{
border-color: #BCF8F0;
}
.TagClassName
{
border-color: #BCF8F0;
}
</style>