Shades of Pale Turquoise #BCFCF9
Tints of Pale Turquoise #BCFCF9
RGB
CMYK
RGB Variations
Color information
#BCFCF9 (or 0xBCFCF9) is known color: Pale Turquoise. HEX triplet: BC, FC and F9. RGB value is (188,252,249). Sum of RGB (Red+Green+Blue) = 188+252+249=689 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.29% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCF9 is #430306. Grayscale: #E8E8E8. Windows color (decimal): -4391687 or 16383164. OLE color: 16383164.
HSL color Cylindrical-coordinate representation of color #BCFCF9: hue angle of 177.19º 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 #BCFCF9 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 249 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.01 |
| HSL | 177.19º | 0.91% | 0.86% | - |
| HSV(B) | 177.19º | 0.25% | 0.99% | - |
| XYZ | 72.65 | 87.15 | 102.62 | - |
| YUV | 232.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 249 | 0.25 | 0 | 0.01 | 0.01 | 177.19 | 0.91 | 0.86 |
| Hex | BC | FC | F9 | 19 | 0 | 1 | 1 | B1 | 5B | 56 |
| Octal | 274 | 374 | 371 | 31 | 0 | 1 | 1 | 261 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11111001 | 11001 | 0 | 1 | 1 | 10110001 | 1011011 | 1010110 |
Color Harmonies of #BCFCF9
Complementary color
Monochromatic Colors of #BCFCF9
Black with #BCFCF9
Text Example
Text Example
White with #BCFCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCF9; }
p { color: rgb(188,252,249); }
H1.HeaderClassName
{
color: #BCFCF9;
}
.AnyTagClassName
{
color: #BCFCF9;
}
</style>
background-color css
<style>
a { background-color: #BCFCF9; }
a { background-color: rgb(188,252,249); }
div.DivClassName
{
background-color: #BCFCF9;
}
.BgClassName
{
background-color: #BCFCF9;
}
</style>
border-color css
<style>
span { border-color: #BCFCF9; }
span { border-color: rgb(188,252,249); }
td.TdClassName
{
border-color: #BCFCF9;
}
.TagClassName
{
border-color: #BCFCF9;
}
</style>