Shades of Pale Turquoise #BCFDFF
Tints of Pale Turquoise #BCFDFF
RGB
CMYK
RGB Variations
Color information
#BCFDFF (or 0xBCFDFF) is known color: Pale Turquoise. HEX triplet: BC, FD and FF. RGB value is (188,253,255). Sum of RGB (Red+Green+Blue) = 188+253+255=696 (92% of max value = 765). Red value is 188 (73.83% from 255 or 27.01% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDFF is #430200. Grayscale: #E9E9E9. Windows color (decimal): -4391425 or 16776636. OLE color: 16776636.
HSL color Cylindrical-coordinate representation of color #BCFDFF: hue angle of 181.79º 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 #BCFDFF is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 253 | 255 | - |
| CMYK | 0.26 | 0.01 | 0 | 0 |
| HSL | 181.79º | 1% | 0.87% | - |
| HSV(B) | 181.79º | 0.26% | 1% | - |
| XYZ | 73.91 | 88.16 | 107.73 | - |
| YUV | 233.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 255 | 0.26 | 0.01 | 0 | 0 | 181.79 | 1 | 0.87 |
| Hex | BC | FD | FF | 1A | 1 | 0 | 0 | B6 | 64 | 57 |
| Octal | 274 | 375 | 377 | 32 | 1 | 0 | 0 | 266 | 144 | 127 |
| Binary | 10111100 | 11111101 | 11111111 | 11010 | 1 | 0 | 0 | 10110110 | 1100100 | 1010111 |
Color Harmonies of #BCFDFF
Complementary color
Monochromatic Colors of #BCFDFF
Black with #BCFDFF
Text Example
Text Example
White with #BCFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDFF; }
p { color: rgb(188,253,255); }
H1.HeaderClassName
{
color: #BCFDFF;
}
.AnyTagClassName
{
color: #BCFDFF;
}
</style>
background-color css
<style>
a { background-color: #BCFDFF; }
a { background-color: rgb(188,253,255); }
div.DivClassName
{
background-color: #BCFDFF;
}
.BgClassName
{
background-color: #BCFDFF;
}
</style>
border-color css
<style>
span { border-color: #BCFDFF; }
span { border-color: rgb(188,253,255); }
td.TdClassName
{
border-color: #BCFDFF;
}
.TagClassName
{
border-color: #BCFDFF;
}
</style>