Shades of Pale Turquoise #BCF3F0
Tints of Pale Turquoise #BCF3F0
RGB
CMYK
RGB Variations
Color information
#BCF3F0 (or 0xBCF3F0) is known color: Pale Turquoise. HEX triplet: BC, F3 and F0. RGB value is (188,243,240). Sum of RGB (Red+Green+Blue) = 188+243+240=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3F0 is #430C0F. Grayscale: #E2E2E2. Windows color (decimal): -4394000 or 15791036. OLE color: 15791036.
HSL color Cylindrical-coordinate representation of color #BCF3F0: hue angle of 176.73º 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 #BCF3F0 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 240 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.05 |
| HSL | 176.73º | 0.7% | 0.85% | - |
| HSV(B) | 176.73º | 0.23% | 0.95% | - |
| XYZ | 68.52 | 81.08 | 94.48 | - |
| YUV | 226.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 240 | 0.23 | 0 | 0.01 | 0.05 | 176.73 | 0.7 | 0.85 |
| Hex | BC | F3 | F0 | 17 | 0 | 1 | 5 | B1 | 46 | 55 |
| Octal | 274 | 363 | 360 | 27 | 0 | 1 | 5 | 261 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11110000 | 10111 | 0 | 1 | 101 | 10110001 | 1000110 | 1010101 |
Color Harmonies of #BCF3F0
Complementary color
Monochromatic Colors of #BCF3F0
Black with #BCF3F0
Text Example
Text Example
White with #BCF3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3F0; }
p { color: rgb(188,243,240); }
H1.HeaderClassName
{
color: #BCF3F0;
}
.AnyTagClassName
{
color: #BCF3F0;
}
</style>
background-color css
<style>
a { background-color: #BCF3F0; }
a { background-color: rgb(188,243,240); }
div.DivClassName
{
background-color: #BCF3F0;
}
.BgClassName
{
background-color: #BCF3F0;
}
</style>
border-color css
<style>
span { border-color: #BCF3F0; }
span { border-color: rgb(188,243,240); }
td.TdClassName
{
border-color: #BCF3F0;
}
.TagClassName
{
border-color: #BCF3F0;
}
</style>