Shades of Pale Turquoise #BCF7FF
Tints of Pale Turquoise #BCF7FF
RGB
CMYK
RGB Variations
Color information
#BCF7FF (or 0xBCF7FF) is known color: Pale Turquoise. HEX triplet: BC, F7 and FF. RGB value is (188,247,255). Sum of RGB (Red+Green+Blue) = 188+247+255=690 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.25% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF7FF is #430800. Grayscale: #E6E6E6. Windows color (decimal): -4392961 or 16775100. OLE color: 16775100.
HSL color Cylindrical-coordinate representation of color #BCF7FF: hue angle of 187.16º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCF7FF is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 247 | 255 | - |
| CMYK | 0.26 | 0.03 | 0 | 0 |
| HSL | 187.16º | 1% | 0.87% | - |
| HSV(B) | 187.16º | 0.26% | 1% | - |
| XYZ | 72.05 | 84.43 | 107.11 | - |
| YUV | 230.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 255 | 0.26 | 0.03 | 0 | 0 | 187.16 | 1 | 0.87 |
| Hex | BC | F7 | FF | 1A | 3 | 0 | 0 | BB | 64 | 57 |
| Octal | 274 | 367 | 377 | 32 | 3 | 0 | 0 | 273 | 144 | 127 |
| Binary | 10111100 | 11110111 | 11111111 | 11010 | 11 | 0 | 0 | 10111011 | 1100100 | 1010111 |
Color Harmonies of #BCF7FF
Complementary color
Monochromatic Colors of #BCF7FF
Black with #BCF7FF
Text Example
Text Example
White with #BCF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF7FF; }
p { color: rgb(188,247,255); }
H1.HeaderClassName
{
color: #BCF7FF;
}
.AnyTagClassName
{
color: #BCF7FF;
}
</style>
background-color css
<style>
a { background-color: #BCF7FF; }
a { background-color: rgb(188,247,255); }
div.DivClassName
{
background-color: #BCF7FF;
}
.BgClassName
{
background-color: #BCF7FF;
}
</style>
border-color css
<style>
span { border-color: #BCF7FF; }
span { border-color: rgb(188,247,255); }
td.TdClassName
{
border-color: #BCF7FF;
}
.TagClassName
{
border-color: #BCF7FF;
}
</style>