Shades of Pale Turquoise #BCF4F0
Tints of Pale Turquoise #BCF4F0
RGB
CMYK
RGB Variations
Color information
#BCF4F0 (or 0xBCF4F0) is known color: Pale Turquoise. HEX triplet: BC, F4 and F0. RGB value is (188,244,240). Sum of RGB (Red+Green+Blue) = 188+244+240=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF4F0 is #430B0F. Grayscale: #E2E2E2. Windows color (decimal): -4393744 or 15791292. OLE color: 15791292.
HSL color Cylindrical-coordinate representation of color #BCF4F0: hue angle of 175.71º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF4F0 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 240 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.04 |
| HSL | 175.71º | 0.72% | 0.85% | - |
| HSV(B) | 175.71º | 0.23% | 0.96% | - |
| XYZ | 68.82 | 81.68 | 94.58 | - |
| YUV | 226.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 240 | 0.23 | 0 | 0.02 | 0.04 | 175.71 | 0.72 | 0.85 |
| Hex | BC | F4 | F0 | 17 | 0 | 2 | 4 | B0 | 48 | 55 |
| Octal | 274 | 364 | 360 | 27 | 0 | 2 | 4 | 260 | 110 | 125 |
| Binary | 10111100 | 11110100 | 11110000 | 10111 | 0 | 10 | 100 | 10110000 | 1001000 | 1010101 |
Color Harmonies of #BCF4F0
Complementary color
Monochromatic Colors of #BCF4F0
Black with #BCF4F0
Text Example
Text Example
White with #BCF4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF4F0; }
p { color: rgb(188,244,240); }
H1.HeaderClassName
{
color: #BCF4F0;
}
.AnyTagClassName
{
color: #BCF4F0;
}
</style>
background-color css
<style>
a { background-color: #BCF4F0; }
a { background-color: rgb(188,244,240); }
div.DivClassName
{
background-color: #BCF4F0;
}
.BgClassName
{
background-color: #BCF4F0;
}
</style>
border-color css
<style>
span { border-color: #BCF4F0; }
span { border-color: rgb(188,244,240); }
td.TdClassName
{
border-color: #BCF4F0;
}
.TagClassName
{
border-color: #BCF4F0;
}
</style>