Shades of Pale Turquoise #BCFFF5
Tints of Pale Turquoise #BCFFF5
RGB
CMYK
RGB Variations
Color information
#BCFFF5 (or 0xBCFFF5) is known color: Pale Turquoise. HEX triplet: BC, FF and F5. RGB value is (188,255,245). Sum of RGB (Red+Green+Blue) = 188+255+245=688 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.33% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFF5 is #43000A. Grayscale: #E9E9E9. Windows color (decimal): -4390923 or 16121788. OLE color: 16121788.
HSL color Cylindrical-coordinate representation of color #BCFFF5: hue angle of 171.04º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFF5 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 245 | - |
| CMYK | 0.26 | 0 | 0.04 | 0 |
| HSL | 171.04º | 1% | 0.87% | - |
| HSV(B) | 171.04º | 0.26% | 1% | - |
| XYZ | 72.98 | 88.8 | 99.68 | - |
| YUV | 233.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 245 | 0.26 | 0 | 0.04 | 0 | 171.04 | 1 | 0.87 |
| Hex | BC | FF | F5 | 1A | 0 | 4 | 0 | AB | 64 | 57 |
| Octal | 274 | 377 | 365 | 32 | 0 | 4 | 0 | 253 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11110101 | 11010 | 0 | 100 | 0 | 10101011 | 1100100 | 1010111 |
Color Harmonies of #BCFFF5
Complementary color
Monochromatic Colors of #BCFFF5
Black with #BCFFF5
Text Example
Text Example
White with #BCFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFF5; }
p { color: rgb(188,255,245); }
H1.HeaderClassName
{
color: #BCFFF5;
}
.AnyTagClassName
{
color: #BCFFF5;
}
</style>
background-color css
<style>
a { background-color: #BCFFF5; }
a { background-color: rgb(188,255,245); }
div.DivClassName
{
background-color: #BCFFF5;
}
.BgClassName
{
background-color: #BCFFF5;
}
</style>
border-color css
<style>
span { border-color: #BCFFF5; }
span { border-color: rgb(188,255,245); }
td.TdClassName
{
border-color: #BCFFF5;
}
.TagClassName
{
border-color: #BCFFF5;
}
</style>