Shades of Pale Turquoise #BCFEF3
Tints of Pale Turquoise #BCFEF3
RGB
CMYK
RGB Variations
Color information
#BCFEF3 (or 0xBCFEF3) is known color: Pale Turquoise. HEX triplet: BC, FE and F3. RGB value is (188,254,243). Sum of RGB (Red+Green+Blue) = 188+254+243=685 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.45% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEF3 is #43010C. Grayscale: #E8E8E8. Windows color (decimal): -4391181 or 15990460. OLE color: 15990460.
HSL color Cylindrical-coordinate representation of color #BCFEF3: hue angle of 170º 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 #BCFEF3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 243 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.00 |
| HSL | 170º | 0.97% | 0.87% | - |
| HSV(B) | 170º | 0.26% | 1% | - |
| XYZ | 72.36 | 88.05 | 97.97 | - |
| YUV | 233.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 243 | 0.26 | 0 | 0.04 | 0.00 | 170 | 0.97 | 0.87 |
| Hex | BC | FE | F3 | 1A | 0 | 4 | 0 | AA | 61 | 57 |
| Octal | 274 | 376 | 363 | 32 | 0 | 4 | 0 | 252 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11110011 | 11010 | 0 | 100 | 0 | 10101010 | 1100001 | 1010111 |
Color Harmonies of #BCFEF3
Complementary color
Monochromatic Colors of #BCFEF3
Black with #BCFEF3
Text Example
Text Example
White with #BCFEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEF3; }
p { color: rgb(188,254,243); }
H1.HeaderClassName
{
color: #BCFEF3;
}
.AnyTagClassName
{
color: #BCFEF3;
}
</style>
background-color css
<style>
a { background-color: #BCFEF3; }
a { background-color: rgb(188,254,243); }
div.DivClassName
{
background-color: #BCFEF3;
}
.BgClassName
{
background-color: #BCFEF3;
}
</style>
border-color css
<style>
span { border-color: #BCFEF3; }
span { border-color: rgb(188,254,243); }
td.TdClassName
{
border-color: #BCFEF3;
}
.TagClassName
{
border-color: #BCFEF3;
}
</style>