Shades of Pale Turquoise #BCFDFB
Tints of Pale Turquoise #BCFDFB
RGB
CMYK
RGB Variations
Color information
#BCFDFB (or 0xBCFDFB) is known color: Pale Turquoise. HEX triplet: BC, FD and FB. RGB value is (188,253,251). Sum of RGB (Red+Green+Blue) = 188+253+251=692 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.17% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDFB is #430204. Grayscale: #E9E9E9. Windows color (decimal): -4391429 or 16514492. OLE color: 16514492.
HSL color Cylindrical-coordinate representation of color #BCFDFB: hue angle of 178.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDFB is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 251 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.01 |
| HSL | 178.15º | 0.94% | 0.86% | - |
| HSV(B) | 178.15º | 0.26% | 0.99% | - |
| XYZ | 73.28 | 87.91 | 104.37 | - |
| YUV | 233.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 251 | 0.26 | 0 | 0.01 | 0.01 | 178.15 | 0.94 | 0.86 |
| Hex | BC | FD | FB | 1A | 0 | 1 | 1 | B2 | 5E | 56 |
| Octal | 274 | 375 | 373 | 32 | 0 | 1 | 1 | 262 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11111011 | 11010 | 0 | 1 | 1 | 10110010 | 1011110 | 1010110 |
Color Harmonies of #BCFDFB
Complementary color
Monochromatic Colors of #BCFDFB
Black with #BCFDFB
Text Example
Text Example
White with #BCFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDFB; }
p { color: rgb(188,253,251); }
H1.HeaderClassName
{
color: #BCFDFB;
}
.AnyTagClassName
{
color: #BCFDFB;
}
</style>
background-color css
<style>
a { background-color: #BCFDFB; }
a { background-color: rgb(188,253,251); }
div.DivClassName
{
background-color: #BCFDFB;
}
.BgClassName
{
background-color: #BCFDFB;
}
</style>
border-color css
<style>
span { border-color: #BCFDFB; }
span { border-color: rgb(188,253,251); }
td.TdClassName
{
border-color: #BCFDFB;
}
.TagClassName
{
border-color: #BCFDFB;
}
</style>