Shades of Pale Turquoise #BCF3ED
Tints of Pale Turquoise #BCF3ED
RGB
CMYK
RGB Variations
Color information
#BCF3ED (or 0xBCF3ED) is known color: Pale Turquoise. HEX triplet: BC, F3 and ED. RGB value is (188,243,237). Sum of RGB (Red+Green+Blue) = 188+243+237=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3ED is #430C12. Grayscale: #E1E1E1. Windows color (decimal): -4394003 or 15594428. OLE color: 15594428.
HSL color Cylindrical-coordinate representation of color #BCF3ED: hue angle of 173.45º 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 #BCF3ED is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 237 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.05 |
| HSL | 173.45º | 0.7% | 0.85% | - |
| HSV(B) | 173.45º | 0.23% | 0.95% | - |
| XYZ | 68.08 | 80.91 | 92.15 | - |
| YUV | 225.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 237 | 0.23 | 0 | 0.02 | 0.05 | 173.45 | 0.7 | 0.85 |
| Hex | BC | F3 | ED | 17 | 0 | 2 | 5 | AD | 46 | 55 |
| Octal | 274 | 363 | 355 | 27 | 0 | 2 | 5 | 255 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11101101 | 10111 | 0 | 10 | 101 | 10101101 | 1000110 | 1010101 |
Color Harmonies of #BCF3ED
Complementary color
Monochromatic Colors of #BCF3ED
Black with #BCF3ED
Text Example
Text Example
White with #BCF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3ED; }
p { color: rgb(188,243,237); }
H1.HeaderClassName
{
color: #BCF3ED;
}
.AnyTagClassName
{
color: #BCF3ED;
}
</style>
background-color css
<style>
a { background-color: #BCF3ED; }
a { background-color: rgb(188,243,237); }
div.DivClassName
{
background-color: #BCF3ED;
}
.BgClassName
{
background-color: #BCF3ED;
}
</style>
border-color css
<style>
span { border-color: #BCF3ED; }
span { border-color: rgb(188,243,237); }
td.TdClassName
{
border-color: #BCF3ED;
}
.TagClassName
{
border-color: #BCF3ED;
}
</style>