Shades of Pale Turquoise #BCFDF6
Tints of Pale Turquoise #BCFDF6
RGB
CMYK
RGB Variations
Color information
#BCFDF6 (or 0xBCFDF6) is known color: Pale Turquoise. HEX triplet: BC, FD and F6. RGB value is (188,253,246). Sum of RGB (Red+Green+Blue) = 188+253+246=687 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.37% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDF6 is #430209. Grayscale: #E8E8E8. Windows color (decimal): -4391434 or 16186812. OLE color: 16186812.
HSL color Cylindrical-coordinate representation of color #BCFDF6: hue angle of 173.54º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDF6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 246 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.01 |
| HSL | 173.54º | 0.94% | 0.86% | - |
| HSV(B) | 173.54º | 0.26% | 0.99% | - |
| XYZ | 72.5 | 87.6 | 100.28 | - |
| YUV | 232.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 246 | 0.26 | 0 | 0.03 | 0.01 | 173.54 | 0.94 | 0.86 |
| Hex | BC | FD | F6 | 1A | 0 | 3 | 1 | AE | 5E | 56 |
| Octal | 274 | 375 | 366 | 32 | 0 | 3 | 1 | 256 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11110110 | 11010 | 0 | 11 | 1 | 10101110 | 1011110 | 1010110 |
Color Harmonies of #BCFDF6
Complementary color
Monochromatic Colors of #BCFDF6
Black with #BCFDF6
Text Example
Text Example
White with #BCFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDF6; }
p { color: rgb(188,253,246); }
H1.HeaderClassName
{
color: #BCFDF6;
}
.AnyTagClassName
{
color: #BCFDF6;
}
</style>
background-color css
<style>
a { background-color: #BCFDF6; }
a { background-color: rgb(188,253,246); }
div.DivClassName
{
background-color: #BCFDF6;
}
.BgClassName
{
background-color: #BCFDF6;
}
</style>
border-color css
<style>
span { border-color: #BCFDF6; }
span { border-color: rgb(188,253,246); }
td.TdClassName
{
border-color: #BCFDF6;
}
.TagClassName
{
border-color: #BCFDF6;
}
</style>