Shades of Pale Turquoise #BCFEF6
Tints of Pale Turquoise #BCFEF6
RGB
CMYK
RGB Variations
Color information
#BCFEF6 (or 0xBCFEF6) is known color: Pale Turquoise. HEX triplet: BC, FE and F6. RGB value is (188,254,246). Sum of RGB (Red+Green+Blue) = 188+254+246=688 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.33% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEF6 is #430109. Grayscale: #E9E9E9. Windows color (decimal): -4391178 or 16187068. OLE color: 16187068.
HSL color Cylindrical-coordinate representation of color #BCFEF6: hue angle of 172.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEF6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 246 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.00 |
| HSL | 172.73º | 0.97% | 0.87% | - |
| HSV(B) | 172.73º | 0.26% | 1% | - |
| XYZ | 72.82 | 88.23 | 100.38 | - |
| YUV | 233.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 246 | 0.26 | 0 | 0.03 | 0.00 | 172.73 | 0.97 | 0.87 |
| Hex | BC | FE | F6 | 1A | 0 | 3 | 0 | AD | 61 | 57 |
| Octal | 274 | 376 | 366 | 32 | 0 | 3 | 0 | 255 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11110110 | 11010 | 0 | 11 | 0 | 10101101 | 1100001 | 1010111 |
Color Harmonies of #BCFEF6
Complementary color
Monochromatic Colors of #BCFEF6
Black with #BCFEF6
Text Example
Text Example
White with #BCFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEF6; }
p { color: rgb(188,254,246); }
H1.HeaderClassName
{
color: #BCFEF6;
}
.AnyTagClassName
{
color: #BCFEF6;
}
</style>
background-color css
<style>
a { background-color: #BCFEF6; }
a { background-color: rgb(188,254,246); }
div.DivClassName
{
background-color: #BCFEF6;
}
.BgClassName
{
background-color: #BCFEF6;
}
</style>
border-color css
<style>
span { border-color: #BCFEF6; }
span { border-color: rgb(188,254,246); }
td.TdClassName
{
border-color: #BCFEF6;
}
.TagClassName
{
border-color: #BCFEF6;
}
</style>