Shades of Pale Turquoise #BCFBFD
Tints of Pale Turquoise #BCFBFD
RGB
CMYK
RGB Variations
Color information
#BCFBFD (or 0xBCFBFD) is known color: Pale Turquoise. HEX triplet: BC, FB and FD. RGB value is (188,251,253). Sum of RGB (Red+Green+Blue) = 188+251+253=692 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.17% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCFBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBFD is #430402. Grayscale: #E8E8E8. Windows color (decimal): -4391939 or 16645052. OLE color: 16645052.
HSL color Cylindrical-coordinate representation of color #BCFBFD: hue angle of 181.85º 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 #BCFBFD is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 251 | 253 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.01 |
| HSL | 181.85º | 0.94% | 0.86% | - |
| HSV(B) | 181.85º | 0.26% | 0.99% | - |
| XYZ | 72.97 | 86.78 | 105.83 | - |
| YUV | 232.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 253 | 0.26 | 0.01 | 0 | 0.01 | 181.85 | 0.94 | 0.86 |
| Hex | BC | FB | FD | 1A | 1 | 0 | 1 | B6 | 5E | 56 |
| Octal | 274 | 373 | 375 | 32 | 1 | 0 | 1 | 266 | 136 | 126 |
| Binary | 10111100 | 11111011 | 11111101 | 11010 | 1 | 0 | 1 | 10110110 | 1011110 | 1010110 |
Color Harmonies of #BCFBFD
Complementary color
Monochromatic Colors of #BCFBFD
Black with #BCFBFD
Text Example
Text Example
White with #BCFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBFD; }
p { color: rgb(188,251,253); }
H1.HeaderClassName
{
color: #BCFBFD;
}
.AnyTagClassName
{
color: #BCFBFD;
}
</style>
background-color css
<style>
a { background-color: #BCFBFD; }
a { background-color: rgb(188,251,253); }
div.DivClassName
{
background-color: #BCFBFD;
}
.BgClassName
{
background-color: #BCFBFD;
}
</style>
border-color css
<style>
span { border-color: #BCFBFD; }
span { border-color: rgb(188,251,253); }
td.TdClassName
{
border-color: #BCFBFD;
}
.TagClassName
{
border-color: #BCFBFD;
}
</style>