Shades of Pale Turquoise #BCFDF1
Tints of Pale Turquoise #BCFDF1
RGB
CMYK
RGB Variations
Color information
#BCFDF1 (or 0xBCFDF1) is known color: Pale Turquoise. HEX triplet: BC, FD and F1. RGB value is (188,253,241). Sum of RGB (Red+Green+Blue) = 188+253+241=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDF1 is #43020E. Grayscale: #E8E8E8. Windows color (decimal): -4391439 or 15859132. OLE color: 15859132.
HSL color Cylindrical-coordinate representation of color #BCFDF1: hue angle of 168.92º 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 #BCFDF1 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 241 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.01 |
| HSL | 168.92º | 0.94% | 0.86% | - |
| HSV(B) | 168.92º | 0.26% | 0.99% | - |
| XYZ | 71.74 | 87.29 | 96.29 | - |
| YUV | 232.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 241 | 0.26 | 0 | 0.05 | 0.01 | 168.92 | 0.94 | 0.86 |
| Hex | BC | FD | F1 | 1A | 0 | 5 | 1 | A9 | 5E | 56 |
| Octal | 274 | 375 | 361 | 32 | 0 | 5 | 1 | 251 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11110001 | 11010 | 0 | 101 | 1 | 10101001 | 1011110 | 1010110 |
Color Harmonies of #BCFDF1
Complementary color
Monochromatic Colors of #BCFDF1
Black with #BCFDF1
Text Example
Text Example
White with #BCFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDF1; }
p { color: rgb(188,253,241); }
H1.HeaderClassName
{
color: #BCFDF1;
}
.AnyTagClassName
{
color: #BCFDF1;
}
</style>
background-color css
<style>
a { background-color: #BCFDF1; }
a { background-color: rgb(188,253,241); }
div.DivClassName
{
background-color: #BCFDF1;
}
.BgClassName
{
background-color: #BCFDF1;
}
</style>
border-color css
<style>
span { border-color: #BCFDF1; }
span { border-color: rgb(188,253,241); }
td.TdClassName
{
border-color: #BCFDF1;
}
.TagClassName
{
border-color: #BCFDF1;
}
</style>