Shades of Pale Turquoise #BCFCFC
Tints of Pale Turquoise #BCFCFC
RGB
CMYK
RGB Variations
Color information
#BCFCFC (or 0xBCFCFC) is known color: Pale Turquoise. HEX triplet: BC, FC and FC. RGB value is (188,252,252). Sum of RGB (Red+Green+Blue) = 188+252+252=692 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.17% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #BCFCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCFC is #430303. Grayscale: #E8E8E8. Windows color (decimal): -4391684 or 16579772. OLE color: 16579772.
HSL color Cylindrical-coordinate representation of color #BCFCFC: hue angle of 180º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCFC is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 252 | - |
| CMYK | 0.25 | 0 | 0 | 0.01 |
| HSL | 180º | 0.91% | 0.86% | - |
| HSV(B) | 180º | 0.25% | 0.99% | - |
| XYZ | 73.12 | 87.34 | 105.1 | - |
| YUV | 232.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 252 | 0.25 | 0 | 0 | 0.01 | 180 | 0.91 | 0.86 |
| Hex | BC | FC | FC | 19 | 0 | 0 | 1 | B4 | 5B | 56 |
| Octal | 274 | 374 | 374 | 31 | 0 | 0 | 1 | 264 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11111100 | 11001 | 0 | 0 | 1 | 10110100 | 1011011 | 1010110 |
Color Harmonies of #BCFCFC
Complementary color
Monochromatic Colors of #BCFCFC
Black with #BCFCFC
Text Example
Text Example
White with #BCFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCFC; }
p { color: rgb(188,252,252); }
H1.HeaderClassName
{
color: #BCFCFC;
}
.AnyTagClassName
{
color: #BCFCFC;
}
</style>
background-color css
<style>
a { background-color: #BCFCFC; }
a { background-color: rgb(188,252,252); }
div.DivClassName
{
background-color: #BCFCFC;
}
.BgClassName
{
background-color: #BCFCFC;
}
</style>
border-color css
<style>
span { border-color: #BCFCFC; }
span { border-color: rgb(188,252,252); }
td.TdClassName
{
border-color: #BCFCFC;
}
.TagClassName
{
border-color: #BCFCFC;
}
</style>