Shades of Pale Turquoise #BCF6F3
Tints of Pale Turquoise #BCF6F3
RGB
CMYK
RGB Variations
Color information
#BCF6F3 (or 0xBCF6F3) is known color: Pale Turquoise. HEX triplet: BC, F6 and F3. RGB value is (188,246,243). Sum of RGB (Red+Green+Blue) = 188+246+243=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6F3 is #43090C. Grayscale: #E4E4E4. Windows color (decimal): -4393229 or 15988412. OLE color: 15988412.
HSL color Cylindrical-coordinate representation of color #BCF6F3: hue angle of 176.9º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6F3 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 243 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.04 |
| HSL | 176.9º | 0.76% | 0.85% | - |
| HSV(B) | 176.9º | 0.24% | 0.96% | - |
| XYZ | 69.87 | 83.07 | 97.15 | - |
| YUV | 228.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 243 | 0.24 | 0 | 0.01 | 0.04 | 176.9 | 0.76 | 0.85 |
| Hex | BC | F6 | F3 | 18 | 0 | 1 | 4 | B1 | 4C | 55 |
| Octal | 274 | 366 | 363 | 30 | 0 | 1 | 4 | 261 | 114 | 125 |
| Binary | 10111100 | 11110110 | 11110011 | 11000 | 0 | 1 | 100 | 10110001 | 1001100 | 1010101 |
Color Harmonies of #BCF6F3
Complementary color
Monochromatic Colors of #BCF6F3
Black with #BCF6F3
Text Example
Text Example
White with #BCF6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6F3; }
p { color: rgb(188,246,243); }
H1.HeaderClassName
{
color: #BCF6F3;
}
.AnyTagClassName
{
color: #BCF6F3;
}
</style>
background-color css
<style>
a { background-color: #BCF6F3; }
a { background-color: rgb(188,246,243); }
div.DivClassName
{
background-color: #BCF6F3;
}
.BgClassName
{
background-color: #BCF6F3;
}
</style>
border-color css
<style>
span { border-color: #BCF6F3; }
span { border-color: rgb(188,246,243); }
td.TdClassName
{
border-color: #BCF6F3;
}
.TagClassName
{
border-color: #BCF6F3;
}
</style>