Shades of Pale Turquoise #BCFAF5
Tints of Pale Turquoise #BCFAF5
RGB
CMYK
RGB Variations
Color information
#BCFAF5 (or 0xBCFAF5) is known color: Pale Turquoise. HEX triplet: BC, FA and F5. RGB value is (188,250,245). Sum of RGB (Red+Green+Blue) = 188+250+245=683 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.53% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAF5 is #43050A. Grayscale: #E6E6E6. Windows color (decimal): -4392203 or 16120508. OLE color: 16120508.
HSL color Cylindrical-coordinate representation of color #BCFAF5: hue angle of 175.16º 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 #BCFAF5 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 245 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.02 |
| HSL | 175.16º | 0.86% | 0.86% | - |
| HSV(B) | 175.16º | 0.25% | 0.98% | - |
| XYZ | 71.41 | 85.66 | 99.16 | - |
| YUV | 230.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 245 | 0.25 | 0 | 0.02 | 0.02 | 175.16 | 0.86 | 0.86 |
| Hex | BC | FA | F5 | 19 | 0 | 2 | 2 | AF | 56 | 56 |
| Octal | 274 | 372 | 365 | 31 | 0 | 2 | 2 | 257 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11110101 | 11001 | 0 | 10 | 10 | 10101111 | 1010110 | 1010110 |
Color Harmonies of #BCFAF5
Complementary color
Monochromatic Colors of #BCFAF5
Black with #BCFAF5
Text Example
Text Example
White with #BCFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAF5; }
p { color: rgb(188,250,245); }
H1.HeaderClassName
{
color: #BCFAF5;
}
.AnyTagClassName
{
color: #BCFAF5;
}
</style>
background-color css
<style>
a { background-color: #BCFAF5; }
a { background-color: rgb(188,250,245); }
div.DivClassName
{
background-color: #BCFAF5;
}
.BgClassName
{
background-color: #BCFAF5;
}
</style>
border-color css
<style>
span { border-color: #BCFAF5; }
span { border-color: rgb(188,250,245); }
td.TdClassName
{
border-color: #BCFAF5;
}
.TagClassName
{
border-color: #BCFAF5;
}
</style>