Shades of Pale Turquoise #BCF0EE
Tints of Pale Turquoise #BCF0EE
RGB
CMYK
RGB Variations
Color information
#BCF0EE (or 0xBCF0EE) is known color: Pale Turquoise. HEX triplet: BC, F0 and EE. RGB value is (188,240,238). Sum of RGB (Red+Green+Blue) = 188+240+238=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0EE is #430F11. Grayscale: #E0E0E0. Windows color (decimal): -4394770 or 15659196. OLE color: 15659196.
HSL color Cylindrical-coordinate representation of color #BCF0EE: hue angle of 177.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0EE is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 238 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.06 |
| HSL | 177.69º | 0.63% | 0.84% | - |
| HSV(B) | 177.69º | 0.22% | 0.94% | - |
| XYZ | 67.33 | 79.18 | 92.62 | - |
| YUV | 224.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 238 | 0.22 | 0 | 0.01 | 0.06 | 177.69 | 0.63 | 0.84 |
| Hex | BC | F0 | EE | 16 | 0 | 1 | 6 | B2 | 3F | 54 |
| Octal | 274 | 360 | 356 | 26 | 0 | 1 | 6 | 262 | 77 | 124 |
| Binary | 10111100 | 11110000 | 11101110 | 10110 | 0 | 1 | 110 | 10110010 | 111111 | 1010100 |
Color Harmonies of #BCF0EE
Complementary color
Monochromatic Colors of #BCF0EE
Black with #BCF0EE
Text Example
Text Example
White with #BCF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0EE; }
p { color: rgb(188,240,238); }
H1.HeaderClassName
{
color: #BCF0EE;
}
.AnyTagClassName
{
color: #BCF0EE;
}
</style>
background-color css
<style>
a { background-color: #BCF0EE; }
a { background-color: rgb(188,240,238); }
div.DivClassName
{
background-color: #BCF0EE;
}
.BgClassName
{
background-color: #BCF0EE;
}
</style>
border-color css
<style>
span { border-color: #BCF0EE; }
span { border-color: rgb(188,240,238); }
td.TdClassName
{
border-color: #BCF0EE;
}
.TagClassName
{
border-color: #BCF0EE;
}
</style>