Shades of Pale Turquoise #BCF6F2
Tints of Pale Turquoise #BCF6F2
RGB
CMYK
RGB Variations
Color information
#BCF6F2 (or 0xBCF6F2) is known color: Pale Turquoise. HEX triplet: BC, F6 and F2. RGB value is (188,246,242). Sum of RGB (Red+Green+Blue) = 188+246+242=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 246 (96.48% from 255 or 36.39% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6F2 is #43090D. Grayscale: #E4E4E4. Windows color (decimal): -4393230 or 15922876. OLE color: 15922876.
HSL color Cylindrical-coordinate representation of color #BCF6F2: hue angle of 175.86º 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 #BCF6F2 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 242 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.04 |
| HSL | 175.86º | 0.76% | 0.85% | - |
| HSV(B) | 175.86º | 0.24% | 0.96% | - |
| XYZ | 69.72 | 83.01 | 96.35 | - |
| YUV | 228.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 242 | 0.24 | 0 | 0.02 | 0.04 | 175.86 | 0.76 | 0.85 |
| Hex | BC | F6 | F2 | 18 | 0 | 2 | 4 | B0 | 4C | 55 |
| Octal | 274 | 366 | 362 | 30 | 0 | 2 | 4 | 260 | 114 | 125 |
| Binary | 10111100 | 11110110 | 11110010 | 11000 | 0 | 10 | 100 | 10110000 | 1001100 | 1010101 |
Color Harmonies of #BCF6F2
Complementary color
Monochromatic Colors of #BCF6F2
Black with #BCF6F2
Text Example
Text Example
White with #BCF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6F2; }
p { color: rgb(188,246,242); }
H1.HeaderClassName
{
color: #BCF6F2;
}
.AnyTagClassName
{
color: #BCF6F2;
}
</style>
background-color css
<style>
a { background-color: #BCF6F2; }
a { background-color: rgb(188,246,242); }
div.DivClassName
{
background-color: #BCF6F2;
}
.BgClassName
{
background-color: #BCF6F2;
}
</style>
border-color css
<style>
span { border-color: #BCF6F2; }
span { border-color: rgb(188,246,242); }
td.TdClassName
{
border-color: #BCF6F2;
}
.TagClassName
{
border-color: #BCF6F2;
}
</style>