Shades of Pale Turquoise #BCF7F8
Tints of Pale Turquoise #BCF7F8
RGB
CMYK
RGB Variations
Color information
#BCF7F8 (or 0xBCF7F8) is known color: Pale Turquoise. HEX triplet: BC, F7 and F8. RGB value is (188,247,248). Sum of RGB (Red+Green+Blue) = 188+247+248=683 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.53% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCF7F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF7F8 is #430807. Grayscale: #E5E5E5. Windows color (decimal): -4392968 or 16316348. OLE color: 16316348.
HSL color Cylindrical-coordinate representation of color #BCF7F8: hue angle of 181º 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 #BCF7F8 is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 248 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.03 |
| HSL | 181º | 0.81% | 0.85% | - |
| HSV(B) | 181º | 0.24% | 0.97% | - |
| XYZ | 70.94 | 83.99 | 101.28 | - |
| YUV | 229.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 248 | 0.24 | 0.00 | 0 | 0.03 | 181 | 0.81 | 0.85 |
| Hex | BC | F7 | F8 | 18 | 0 | 0 | 3 | B5 | 51 | 55 |
| Octal | 274 | 367 | 370 | 30 | 0 | 0 | 3 | 265 | 121 | 125 |
| Binary | 10111100 | 11110111 | 11111000 | 11000 | 0 | 0 | 11 | 10110101 | 1010001 | 1010101 |
Color Harmonies of #BCF7F8
Complementary color
Monochromatic Colors of #BCF7F8
Black with #BCF7F8
Text Example
Text Example
White with #BCF7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF7F8; }
p { color: rgb(188,247,248); }
H1.HeaderClassName
{
color: #BCF7F8;
}
.AnyTagClassName
{
color: #BCF7F8;
}
</style>
background-color css
<style>
a { background-color: #BCF7F8; }
a { background-color: rgb(188,247,248); }
div.DivClassName
{
background-color: #BCF7F8;
}
.BgClassName
{
background-color: #BCF7F8;
}
</style>
border-color css
<style>
span { border-color: #BCF7F8; }
span { border-color: rgb(188,247,248); }
td.TdClassName
{
border-color: #BCF7F8;
}
.TagClassName
{
border-color: #BCF7F8;
}
</style>