Shades of Pale Turquoise #BCFAFA
Tints of Pale Turquoise #BCFAFA
RGB
CMYK
RGB Variations
Color information
#BCFAFA (or 0xBCFAFA) is known color: Pale Turquoise. HEX triplet: BC, FA and FA. RGB value is (188,250,250). Sum of RGB (Red+Green+Blue) = 188+250+250=688 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.33% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #BCFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAFA is #430505. Grayscale: #E7E7E7. Windows color (decimal): -4392198 or 16448188. OLE color: 16448188.
HSL color Cylindrical-coordinate representation of color #BCFAFA: hue angle of 180º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAFA is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 250 | - |
| CMYK | 0.25 | 0 | 0 | 0.02 |
| HSL | 180º | 0.86% | 0.86% | - |
| HSV(B) | 180º | 0.25% | 0.98% | - |
| XYZ | 72.18 | 85.96 | 103.23 | - |
| YUV | 231.46 | 138.46 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 250 | 0.25 | 0 | 0 | 0.02 | 180 | 0.86 | 0.86 |
| Hex | BC | FA | FA | 19 | 0 | 0 | 2 | B4 | 56 | 56 |
| Octal | 274 | 372 | 372 | 31 | 0 | 0 | 2 | 264 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11111010 | 11001 | 0 | 0 | 10 | 10110100 | 1010110 | 1010110 |
Color Harmonies of #BCFAFA
Complementary color
Monochromatic Colors of #BCFAFA
Black with #BCFAFA
Text Example
Text Example
White with #BCFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAFA; }
p { color: rgb(188,250,250); }
H1.HeaderClassName
{
color: #BCFAFA;
}
.AnyTagClassName
{
color: #BCFAFA;
}
</style>
background-color css
<style>
a { background-color: #BCFAFA; }
a { background-color: rgb(188,250,250); }
div.DivClassName
{
background-color: #BCFAFA;
}
.BgClassName
{
background-color: #BCFAFA;
}
</style>
border-color css
<style>
span { border-color: #BCFAFA; }
span { border-color: rgb(188,250,250); }
td.TdClassName
{
border-color: #BCFAFA;
}
.TagClassName
{
border-color: #BCFAFA;
}
</style>