Shades of Pale Turquoise #BCFCFE
Tints of Pale Turquoise #BCFCFE
RGB
CMYK
RGB Variations
Color information
#BCFCFE (or 0xBCFCFE) is known color: Pale Turquoise. HEX triplet: BC, FC and FE. RGB value is (188,252,254). Sum of RGB (Red+Green+Blue) = 188+252+254=694 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.09% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCFCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCFE is #430301. Grayscale: #E9E9E9. Windows color (decimal): -4391682 or 16710844. OLE color: 16710844.
HSL color Cylindrical-coordinate representation of color #BCFCFE: hue angle of 181.82º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFCFE is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 252 | 254 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.00 |
| HSL | 181.82º | 0.97% | 0.87% | - |
| HSV(B) | 181.82º | 0.26% | 1% | - |
| XYZ | 73.44 | 87.47 | 106.78 | - |
| YUV | 233.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 254 | 0.26 | 0.01 | 0 | 0.00 | 181.82 | 0.97 | 0.87 |
| Hex | BC | FC | FE | 1A | 1 | 0 | 0 | B6 | 61 | 57 |
| Octal | 274 | 374 | 376 | 32 | 1 | 0 | 0 | 266 | 141 | 127 |
| Binary | 10111100 | 11111100 | 11111110 | 11010 | 1 | 0 | 0 | 10110110 | 1100001 | 1010111 |
Color Harmonies of #BCFCFE
Complementary color
Monochromatic Colors of #BCFCFE
Black with #BCFCFE
Text Example
Text Example
White with #BCFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCFE; }
p { color: rgb(188,252,254); }
H1.HeaderClassName
{
color: #BCFCFE;
}
.AnyTagClassName
{
color: #BCFCFE;
}
</style>
background-color css
<style>
a { background-color: #BCFCFE; }
a { background-color: rgb(188,252,254); }
div.DivClassName
{
background-color: #BCFCFE;
}
.BgClassName
{
background-color: #BCFCFE;
}
</style>
border-color css
<style>
span { border-color: #BCFCFE; }
span { border-color: rgb(188,252,254); }
td.TdClassName
{
border-color: #BCFCFE;
}
.TagClassName
{
border-color: #BCFCFE;
}
</style>