Shades of Pale Turquoise #BCFFF4
Tints of Pale Turquoise #BCFFF4
RGB
CMYK
RGB Variations
Color information
#BCFFF4 (or 0xBCFFF4) is known color: Pale Turquoise. HEX triplet: BC, FF and F4. RGB value is (188,255,244). Sum of RGB (Red+Green+Blue) = 188+255+244=687 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.37% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFF4 is #43000B. Grayscale: #E9E9E9. Windows color (decimal): -4390924 or 16056252. OLE color: 16056252.
HSL color Cylindrical-coordinate representation of color #BCFFF4: hue angle of 170.15º 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 #BCFFF4 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 244 | - |
| CMYK | 0.26 | 0 | 0.04 | 0 |
| HSL | 170.15º | 1% | 0.87% | - |
| HSV(B) | 170.15º | 0.26% | 1% | - |
| XYZ | 72.83 | 88.74 | 98.88 | - |
| YUV | 233.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 244 | 0.26 | 0 | 0.04 | 0 | 170.15 | 1 | 0.87 |
| Hex | BC | FF | F4 | 1A | 0 | 4 | 0 | AA | 64 | 57 |
| Octal | 274 | 377 | 364 | 32 | 0 | 4 | 0 | 252 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11110100 | 11010 | 0 | 100 | 0 | 10101010 | 1100100 | 1010111 |
Color Harmonies of #BCFFF4
Complementary color
Monochromatic Colors of #BCFFF4
Black with #BCFFF4
Text Example
Text Example
White with #BCFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFF4; }
p { color: rgb(188,255,244); }
H1.HeaderClassName
{
color: #BCFFF4;
}
.AnyTagClassName
{
color: #BCFFF4;
}
</style>
background-color css
<style>
a { background-color: #BCFFF4; }
a { background-color: rgb(188,255,244); }
div.DivClassName
{
background-color: #BCFFF4;
}
.BgClassName
{
background-color: #BCFFF4;
}
</style>
border-color css
<style>
span { border-color: #BCFFF4; }
span { border-color: rgb(188,255,244); }
td.TdClassName
{
border-color: #BCFFF4;
}
.TagClassName
{
border-color: #BCFFF4;
}
</style>