Shades of Pale Turquoise #BCFEFE
Tints of Pale Turquoise #BCFEFE
RGB
CMYK
RGB Variations
Color information
#BCFEFE (or 0xBCFEFE) is known color: Pale Turquoise. HEX triplet: BC, FE and FE. RGB value is (188,254,254). Sum of RGB (Red+Green+Blue) = 188+254+254=696 (92% of max value = 765). Red value is 188 (73.83% from 255 or 27.01% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #BCFEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEFE is #430101. Grayscale: #EAEAEA. Windows color (decimal): -4391170 or 16711356. OLE color: 16711356.
HSL color Cylindrical-coordinate representation of color #BCFEFE: hue angle of 180º 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 #BCFEFE is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 254 | - |
| CMYK | 0.26 | 0 | 0 | 0.00 |
| HSL | 180º | 0.97% | 0.87% | - |
| HSV(B) | 180º | 0.26% | 1% | - |
| XYZ | 74.07 | 88.73 | 106.99 | - |
| YUV | 234.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 254 | 0.26 | 0 | 0 | 0.00 | 180 | 0.97 | 0.87 |
| Hex | BC | FE | FE | 1A | 0 | 0 | 0 | B4 | 61 | 57 |
| Octal | 274 | 376 | 376 | 32 | 0 | 0 | 0 | 264 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11111110 | 11010 | 0 | 0 | 0 | 10110100 | 1100001 | 1010111 |
Color Harmonies of #BCFEFE
Complementary color
Monochromatic Colors of #BCFEFE
Black with #BCFEFE
Text Example
Text Example
White with #BCFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEFE; }
p { color: rgb(188,254,254); }
H1.HeaderClassName
{
color: #BCFEFE;
}
.AnyTagClassName
{
color: #BCFEFE;
}
</style>
background-color css
<style>
a { background-color: #BCFEFE; }
a { background-color: rgb(188,254,254); }
div.DivClassName
{
background-color: #BCFEFE;
}
.BgClassName
{
background-color: #BCFEFE;
}
</style>
border-color css
<style>
span { border-color: #BCFEFE; }
span { border-color: rgb(188,254,254); }
td.TdClassName
{
border-color: #BCFEFE;
}
.TagClassName
{
border-color: #BCFEFE;
}
</style>