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