Shades of Pale Turquoise #BCF2F3
Tints of Pale Turquoise #BCF2F3
RGB
CMYK
RGB Variations
Color information
#BCF2F3 (or 0xBCF2F3) is known color: Pale Turquoise. HEX triplet: BC, F2 and F3. RGB value is (188,242,243). Sum of RGB (Red+Green+Blue) = 188+242+243=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2F3 is #430D0C. Grayscale: #E1E1E1. Windows color (decimal): -4394253 or 15987388. OLE color: 15987388.
HSL color Cylindrical-coordinate representation of color #BCF2F3: hue angle of 181.09º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF2F3 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 243 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.05 |
| HSL | 181.09º | 0.7% | 0.85% | - |
| HSV(B) | 181.09º | 0.23% | 0.95% | - |
| XYZ | 68.67 | 80.67 | 96.75 | - |
| YUV | 225.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 243 | 0.23 | 0.00 | 0 | 0.05 | 181.09 | 0.7 | 0.85 |
| Hex | BC | F2 | F3 | 17 | 0 | 0 | 5 | B5 | 46 | 55 |
| Octal | 274 | 362 | 363 | 27 | 0 | 0 | 5 | 265 | 106 | 125 |
| Binary | 10111100 | 11110010 | 11110011 | 10111 | 0 | 0 | 101 | 10110101 | 1000110 | 1010101 |
Color Harmonies of #BCF2F3
Complementary color
Monochromatic Colors of #BCF2F3
Black with #BCF2F3
Text Example
Text Example
White with #BCF2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2F3; }
p { color: rgb(188,242,243); }
H1.HeaderClassName
{
color: #BCF2F3;
}
.AnyTagClassName
{
color: #BCF2F3;
}
</style>
background-color css
<style>
a { background-color: #BCF2F3; }
a { background-color: rgb(188,242,243); }
div.DivClassName
{
background-color: #BCF2F3;
}
.BgClassName
{
background-color: #BCF2F3;
}
</style>
border-color css
<style>
span { border-color: #BCF2F3; }
span { border-color: rgb(188,242,243); }
td.TdClassName
{
border-color: #BCF2F3;
}
.TagClassName
{
border-color: #BCF2F3;
}
</style>