Shades of Pale Turquoise #BCFFFB
Tints of Pale Turquoise #BCFFFB
RGB
CMYK
RGB Variations
Color information
#BCFFFB (or 0xBCFFFB) is known color: Pale Turquoise. HEX triplet: BC, FF and FB. RGB value is (188,255,251). Sum of RGB (Red+Green+Blue) = 188+255+251=694 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.09% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFFB is #430004. Grayscale: #EAEAEA. Windows color (decimal): -4390917 or 16515004. OLE color: 16515004.
HSL color Cylindrical-coordinate representation of color #BCFFFB: hue angle of 176.42º 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 #BCFFFB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 251 | - |
| CMYK | 0.26 | 0 | 0.02 | 0 |
| HSL | 176.42º | 1% | 0.87% | - |
| HSV(B) | 176.42º | 0.26% | 1% | - |
| XYZ | 73.91 | 89.18 | 104.58 | - |
| YUV | 234.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 251 | 0.26 | 0 | 0.02 | 0 | 176.42 | 1 | 0.87 |
| Hex | BC | FF | FB | 1A | 0 | 2 | 0 | B0 | 64 | 57 |
| Octal | 274 | 377 | 373 | 32 | 0 | 2 | 0 | 260 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11111011 | 11010 | 0 | 10 | 0 | 10110000 | 1100100 | 1010111 |
Color Harmonies of #BCFFFB
Complementary color
Monochromatic Colors of #BCFFFB
Black with #BCFFFB
Text Example
Text Example
White with #BCFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFFB; }
p { color: rgb(188,255,251); }
H1.HeaderClassName
{
color: #BCFFFB;
}
.AnyTagClassName
{
color: #BCFFFB;
}
</style>
background-color css
<style>
a { background-color: #BCFFFB; }
a { background-color: rgb(188,255,251); }
div.DivClassName
{
background-color: #BCFFFB;
}
.BgClassName
{
background-color: #BCFFFB;
}
</style>
border-color css
<style>
span { border-color: #BCFFFB; }
span { border-color: rgb(188,255,251); }
td.TdClassName
{
border-color: #BCFFFB;
}
.TagClassName
{
border-color: #BCFFFB;
}
</style>