Shades of Pale Turquoise #BCFAFC
Tints of Pale Turquoise #BCFAFC
RGB
CMYK
RGB Variations
Color information
#BCFAFC (or 0xBCFAFC) is known color: Pale Turquoise. HEX triplet: BC, FA and FC. RGB value is (188,250,252). Sum of RGB (Red+Green+Blue) = 188+250+252=690 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.25% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCFAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAFC is #430503. Grayscale: #E7E7E7. Windows color (decimal): -4392196 or 16579260. OLE color: 16579260.
HSL color Cylindrical-coordinate representation of color #BCFAFC: hue angle of 181.88º 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 #BCFAFC is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 250 | 252 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.01 |
| HSL | 181.88º | 0.91% | 0.86% | - |
| HSV(B) | 181.88º | 0.25% | 0.99% | - |
| XYZ | 72.5 | 86.09 | 104.89 | - |
| YUV | 231.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 252 | 0.25 | 0.01 | 0 | 0.01 | 181.88 | 0.91 | 0.86 |
| Hex | BC | FA | FC | 19 | 1 | 0 | 1 | B6 | 5B | 56 |
| Octal | 274 | 372 | 374 | 31 | 1 | 0 | 1 | 266 | 133 | 126 |
| Binary | 10111100 | 11111010 | 11111100 | 11001 | 1 | 0 | 1 | 10110110 | 1011011 | 1010110 |
Color Harmonies of #BCFAFC
Complementary color
Monochromatic Colors of #BCFAFC
Black with #BCFAFC
Text Example
Text Example
White with #BCFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAFC; }
p { color: rgb(188,250,252); }
H1.HeaderClassName
{
color: #BCFAFC;
}
.AnyTagClassName
{
color: #BCFAFC;
}
</style>
background-color css
<style>
a { background-color: #BCFAFC; }
a { background-color: rgb(188,250,252); }
div.DivClassName
{
background-color: #BCFAFC;
}
.BgClassName
{
background-color: #BCFAFC;
}
</style>
border-color css
<style>
span { border-color: #BCFAFC; }
span { border-color: rgb(188,250,252); }
td.TdClassName
{
border-color: #BCFAFC;
}
.TagClassName
{
border-color: #BCFAFC;
}
</style>