Shades of Pale Turquoise #BCF6FF
Tints of Pale Turquoise #BCF6FF
RGB
CMYK
RGB Variations
Color information
#BCF6FF (or 0xBCF6FF) is known color: Pale Turquoise. HEX triplet: BC, F6 and FF. RGB value is (188,246,255). Sum of RGB (Red+Green+Blue) = 188+246+255=689 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.29% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6FF is #430900. Grayscale: #E5E5E5. Windows color (decimal): -4393217 or 16774844. OLE color: 16774844.
HSL color Cylindrical-coordinate representation of color #BCF6FF: hue angle of 188.06º 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 #BCF6FF is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 246 | 255 | - |
| CMYK | 0.26 | 0.04 | 0 | 0 |
| HSL | 188.06º | 1% | 0.87% | - |
| HSV(B) | 188.06º | 0.26% | 1% | - |
| XYZ | 71.74 | 83.82 | 107.01 | - |
| YUV | 229.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 255 | 0.26 | 0.04 | 0 | 0 | 188.06 | 1 | 0.87 |
| Hex | BC | F6 | FF | 1A | 4 | 0 | 0 | BC | 64 | 57 |
| Octal | 274 | 366 | 377 | 32 | 4 | 0 | 0 | 274 | 144 | 127 |
| Binary | 10111100 | 11110110 | 11111111 | 11010 | 100 | 0 | 0 | 10111100 | 1100100 | 1010111 |
Color Harmonies of #BCF6FF
Complementary color
Monochromatic Colors of #BCF6FF
Black with #BCF6FF
Text Example
Text Example
White with #BCF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6FF; }
p { color: rgb(188,246,255); }
H1.HeaderClassName
{
color: #BCF6FF;
}
.AnyTagClassName
{
color: #BCF6FF;
}
</style>
background-color css
<style>
a { background-color: #BCF6FF; }
a { background-color: rgb(188,246,255); }
div.DivClassName
{
background-color: #BCF6FF;
}
.BgClassName
{
background-color: #BCF6FF;
}
</style>
border-color css
<style>
span { border-color: #BCF6FF; }
span { border-color: rgb(188,246,255); }
td.TdClassName
{
border-color: #BCF6FF;
}
.TagClassName
{
border-color: #BCF6FF;
}
</style>