Shades of Pale Turquoise #BCFCF2
Tints of Pale Turquoise #BCFCF2
RGB
CMYK
RGB Variations
Color information
#BCFCF2 (or 0xBCFCF2) is known color: Pale Turquoise. HEX triplet: BC, FC and F2. RGB value is (188,252,242). Sum of RGB (Red+Green+Blue) = 188+252+242=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCF2 is #43030D. Grayscale: #E7E7E7. Windows color (decimal): -4391694 or 15924412. OLE color: 15924412.
HSL color Cylindrical-coordinate representation of color #BCFCF2: hue angle of 170.62º 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 #BCFCF2 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 242 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.01 |
| HSL | 170.63º | 0.91% | 0.86% | - |
| HSV(B) | 170.63º | 0.25% | 0.99% | - |
| XYZ | 71.58 | 86.72 | 96.97 | - |
| YUV | 231.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 242 | 0.25 | 0 | 0.04 | 0.01 | 170.63 | 0.91 | 0.86 |
| Hex | BC | FC | F2 | 19 | 0 | 4 | 1 | AB | 5B | 56 |
| Octal | 274 | 374 | 362 | 31 | 0 | 4 | 1 | 253 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11110010 | 11001 | 0 | 100 | 1 | 10101011 | 1011011 | 1010110 |
Color Harmonies of #BCFCF2
Complementary color
Monochromatic Colors of #BCFCF2
Black with #BCFCF2
Text Example
Text Example
White with #BCFCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCF2; }
p { color: rgb(188,252,242); }
H1.HeaderClassName
{
color: #BCFCF2;
}
.AnyTagClassName
{
color: #BCFCF2;
}
</style>
background-color css
<style>
a { background-color: #BCFCF2; }
a { background-color: rgb(188,252,242); }
div.DivClassName
{
background-color: #BCFCF2;
}
.BgClassName
{
background-color: #BCFCF2;
}
</style>
border-color css
<style>
span { border-color: #BCFCF2; }
span { border-color: rgb(188,252,242); }
td.TdClassName
{
border-color: #BCFCF2;
}
.TagClassName
{
border-color: #BCFCF2;
}
</style>