Shades of Pale Turquoise #BCF8FF
Tints of Pale Turquoise #BCF8FF
RGB
CMYK
RGB Variations
Color information
#BCF8FF (or 0xBCF8FF) is known color: Pale Turquoise. HEX triplet: BC, F8 and FF. RGB value is (188,248,255). Sum of RGB (Red+Green+Blue) = 188+248+255=691 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.21% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8FF is #430700. Grayscale: #E6E6E6. Windows color (decimal): -4392705 or 16775356. OLE color: 16775356.
HSL color Cylindrical-coordinate representation of color #BCF8FF: hue angle of 186.27º 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 #BCF8FF is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 248 | 255 | - |
| CMYK | 0.26 | 0.03 | 0 | 0 |
| HSL | 186.27º | 1% | 0.87% | - |
| HSV(B) | 186.27º | 0.26% | 1% | - |
| XYZ | 72.36 | 85.05 | 107.21 | - |
| YUV | 230.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 255 | 0.26 | 0.03 | 0 | 0 | 186.27 | 1 | 0.87 |
| Hex | BC | F8 | FF | 1A | 3 | 0 | 0 | BA | 64 | 57 |
| Octal | 274 | 370 | 377 | 32 | 3 | 0 | 0 | 272 | 144 | 127 |
| Binary | 10111100 | 11111000 | 11111111 | 11010 | 11 | 0 | 0 | 10111010 | 1100100 | 1010111 |
Color Harmonies of #BCF8FF
Complementary color
Monochromatic Colors of #BCF8FF
Black with #BCF8FF
Text Example
Text Example
White with #BCF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8FF; }
p { color: rgb(188,248,255); }
H1.HeaderClassName
{
color: #BCF8FF;
}
.AnyTagClassName
{
color: #BCF8FF;
}
</style>
background-color css
<style>
a { background-color: #BCF8FF; }
a { background-color: rgb(188,248,255); }
div.DivClassName
{
background-color: #BCF8FF;
}
.BgClassName
{
background-color: #BCF8FF;
}
</style>
border-color css
<style>
span { border-color: #BCF8FF; }
span { border-color: rgb(188,248,255); }
td.TdClassName
{
border-color: #BCF8FF;
}
.TagClassName
{
border-color: #BCF8FF;
}
</style>