Shades of Pale Turquoise #BCF3EE
Tints of Pale Turquoise #BCF3EE
RGB
CMYK
RGB Variations
Color information
#BCF3EE (or 0xBCF3EE) is known color: Pale Turquoise. HEX triplet: BC, F3 and EE. RGB value is (188,243,238). Sum of RGB (Red+Green+Blue) = 188+243+238=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3EE is #430C11. Grayscale: #E1E1E1. Windows color (decimal): -4394002 or 15659964. OLE color: 15659964.
HSL color Cylindrical-coordinate representation of color #BCF3EE: hue angle of 174.55º 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 #BCF3EE is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 238 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.05 |
| HSL | 174.55º | 0.7% | 0.85% | - |
| HSV(B) | 174.55º | 0.23% | 0.95% | - |
| XYZ | 68.22 | 80.97 | 92.92 | - |
| YUV | 225.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 238 | 0.23 | 0 | 0.02 | 0.05 | 174.55 | 0.7 | 0.85 |
| Hex | BC | F3 | EE | 17 | 0 | 2 | 5 | AF | 46 | 55 |
| Octal | 274 | 363 | 356 | 27 | 0 | 2 | 5 | 257 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11101110 | 10111 | 0 | 10 | 101 | 10101111 | 1000110 | 1010101 |
Color Harmonies of #BCF3EE
Complementary color
Monochromatic Colors of #BCF3EE
Black with #BCF3EE
Text Example
Text Example
White with #BCF3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3EE; }
p { color: rgb(188,243,238); }
H1.HeaderClassName
{
color: #BCF3EE;
}
.AnyTagClassName
{
color: #BCF3EE;
}
</style>
background-color css
<style>
a { background-color: #BCF3EE; }
a { background-color: rgb(188,243,238); }
div.DivClassName
{
background-color: #BCF3EE;
}
.BgClassName
{
background-color: #BCF3EE;
}
</style>
border-color css
<style>
span { border-color: #BCF3EE; }
span { border-color: rgb(188,243,238); }
td.TdClassName
{
border-color: #BCF3EE;
}
.TagClassName
{
border-color: #BCF3EE;
}
</style>