Shades of Pale Turquoise #BCF7F0
Tints of Pale Turquoise #BCF7F0
RGB
CMYK
RGB Variations
Color information
#BCF7F0 (or 0xBCF7F0) is known color: Pale Turquoise. HEX triplet: BC, F7 and F0. RGB value is (188,247,240). Sum of RGB (Red+Green+Blue) = 188+247+240=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF7F0 is #43080F. Grayscale: #E4E4E4. Windows color (decimal): -4392976 or 15792060. OLE color: 15792060.
HSL color Cylindrical-coordinate representation of color #BCF7F0: hue angle of 172.88º degrees, saturation: 0.79, 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 #BCF7F0 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 240 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.03 |
| HSL | 172.88º | 0.79% | 0.85% | - |
| HSV(B) | 172.88º | 0.24% | 0.97% | - |
| XYZ | 69.73 | 83.5 | 94.88 | - |
| YUV | 228.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 240 | 0.24 | 0 | 0.03 | 0.03 | 172.88 | 0.79 | 0.85 |
| Hex | BC | F7 | F0 | 18 | 0 | 3 | 3 | AD | 4F | 55 |
| Octal | 274 | 367 | 360 | 30 | 0 | 3 | 3 | 255 | 117 | 125 |
| Binary | 10111100 | 11110111 | 11110000 | 11000 | 0 | 11 | 11 | 10101101 | 1001111 | 1010101 |
Color Harmonies of #BCF7F0
Complementary color
Monochromatic Colors of #BCF7F0
Black with #BCF7F0
Text Example
Text Example
White with #BCF7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF7F0; }
p { color: rgb(188,247,240); }
H1.HeaderClassName
{
color: #BCF7F0;
}
.AnyTagClassName
{
color: #BCF7F0;
}
</style>
background-color css
<style>
a { background-color: #BCF7F0; }
a { background-color: rgb(188,247,240); }
div.DivClassName
{
background-color: #BCF7F0;
}
.BgClassName
{
background-color: #BCF7F0;
}
</style>
border-color css
<style>
span { border-color: #BCF7F0; }
span { border-color: rgb(188,247,240); }
td.TdClassName
{
border-color: #BCF7F0;
}
.TagClassName
{
border-color: #BCF7F0;
}
</style>