Shades of Pale Turquoise #BCFCFF
Tints of Pale Turquoise #BCFCFF
RGB
CMYK
RGB Variations
Color information
#BCFCFF (or 0xBCFCFF) is known color: Pale Turquoise. HEX triplet: BC, FC and FF. RGB value is (188,252,255). Sum of RGB (Red+Green+Blue) = 188+252+255=695 (92% of max value = 765). Red value is 188 (73.83% from 255 or 27.05% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCFF is #430300. Grayscale: #E9E9E9. Windows color (decimal): -4391681 or 16776380. OLE color: 16776380.
HSL color Cylindrical-coordinate representation of color #BCFCFF: hue angle of 182.69º 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 #BCFCFF is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 252 | 255 | - |
| CMYK | 0.26 | 0.01 | 0 | 0 |
| HSL | 182.69º | 1% | 0.87% | - |
| HSV(B) | 182.69º | 0.26% | 1% | - |
| XYZ | 73.6 | 87.53 | 107.62 | - |
| YUV | 233.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 255 | 0.26 | 0.01 | 0 | 0 | 182.69 | 1 | 0.87 |
| Hex | BC | FC | FF | 1A | 1 | 0 | 0 | B7 | 64 | 57 |
| Octal | 274 | 374 | 377 | 32 | 1 | 0 | 0 | 267 | 144 | 127 |
| Binary | 10111100 | 11111100 | 11111111 | 11010 | 1 | 0 | 0 | 10110111 | 1100100 | 1010111 |
Color Harmonies of #BCFCFF
Complementary color
Monochromatic Colors of #BCFCFF
Black with #BCFCFF
Text Example
Text Example
White with #BCFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCFF; }
p { color: rgb(188,252,255); }
H1.HeaderClassName
{
color: #BCFCFF;
}
.AnyTagClassName
{
color: #BCFCFF;
}
</style>
background-color css
<style>
a { background-color: #BCFCFF; }
a { background-color: rgb(188,252,255); }
div.DivClassName
{
background-color: #BCFCFF;
}
.BgClassName
{
background-color: #BCFCFF;
}
</style>
border-color css
<style>
span { border-color: #BCFCFF; }
span { border-color: rgb(188,252,255); }
td.TdClassName
{
border-color: #BCFCFF;
}
.TagClassName
{
border-color: #BCFCFF;
}
</style>