Shades of Pale Turquoise #BCF2EE
Tints of Pale Turquoise #BCF2EE
RGB
CMYK
RGB Variations
Color information
#BCF2EE (or 0xBCF2EE) is known color: Pale Turquoise. HEX triplet: BC, F2 and EE. RGB value is (188,242,238). Sum of RGB (Red+Green+Blue) = 188+242+238=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2EE is #430D11. Grayscale: #E1E1E1. Windows color (decimal): -4394258 or 15659708. OLE color: 15659708.
HSL color Cylindrical-coordinate representation of color #BCF2EE: hue angle of 175.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2EE is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 238 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.05 |
| HSL | 175.56º | 0.68% | 0.84% | - |
| HSV(B) | 175.56º | 0.22% | 0.95% | - |
| XYZ | 67.92 | 80.37 | 92.82 | - |
| YUV | 225.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 238 | 0.22 | 0 | 0.02 | 0.05 | 175.56 | 0.68 | 0.84 |
| Hex | BC | F2 | EE | 16 | 0 | 2 | 5 | B0 | 44 | 54 |
| Octal | 274 | 362 | 356 | 26 | 0 | 2 | 5 | 260 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11101110 | 10110 | 0 | 10 | 101 | 10110000 | 1000100 | 1010100 |
Color Harmonies of #BCF2EE
Complementary color
Monochromatic Colors of #BCF2EE
Black with #BCF2EE
Text Example
Text Example
White with #BCF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2EE; }
p { color: rgb(188,242,238); }
H1.HeaderClassName
{
color: #BCF2EE;
}
.AnyTagClassName
{
color: #BCF2EE;
}
</style>
background-color css
<style>
a { background-color: #BCF2EE; }
a { background-color: rgb(188,242,238); }
div.DivClassName
{
background-color: #BCF2EE;
}
.BgClassName
{
background-color: #BCF2EE;
}
</style>
border-color css
<style>
span { border-color: #BCF2EE; }
span { border-color: rgb(188,242,238); }
td.TdClassName
{
border-color: #BCF2EE;
}
.TagClassName
{
border-color: #BCF2EE;
}
</style>