Shades of Pale Turquoise #BCF1ED
Tints of Pale Turquoise #BCF1ED
RGB
CMYK
RGB Variations
Color information
#BCF1ED (or 0xBCF1ED) is known color: Pale Turquoise. HEX triplet: BC, F1 and ED. RGB value is (188,241,237). Sum of RGB (Red+Green+Blue) = 188+241+237=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1ED is #430E12. Grayscale: #E0E0E0. Windows color (decimal): -4394515 or 15593916. OLE color: 15593916.
HSL color Cylindrical-coordinate representation of color #BCF1ED: hue angle of 175.47º degrees, saturation: 0.65, 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 #BCF1ED is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 237 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.05 |
| HSL | 175.47º | 0.65% | 0.84% | - |
| HSV(B) | 175.47º | 0.22% | 0.95% | - |
| XYZ | 67.48 | 79.72 | 91.95 | - |
| YUV | 224.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 237 | 0.22 | 0 | 0.02 | 0.05 | 175.47 | 0.65 | 0.84 |
| Hex | BC | F1 | ED | 16 | 0 | 2 | 5 | AF | 41 | 54 |
| Octal | 274 | 361 | 355 | 26 | 0 | 2 | 5 | 257 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11101101 | 10110 | 0 | 10 | 101 | 10101111 | 1000001 | 1010100 |
Color Harmonies of #BCF1ED
Complementary color
Monochromatic Colors of #BCF1ED
Black with #BCF1ED
Text Example
Text Example
White with #BCF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1ED; }
p { color: rgb(188,241,237); }
H1.HeaderClassName
{
color: #BCF1ED;
}
.AnyTagClassName
{
color: #BCF1ED;
}
</style>
background-color css
<style>
a { background-color: #BCF1ED; }
a { background-color: rgb(188,241,237); }
div.DivClassName
{
background-color: #BCF1ED;
}
.BgClassName
{
background-color: #BCF1ED;
}
</style>
border-color css
<style>
span { border-color: #BCF1ED; }
span { border-color: rgb(188,241,237); }
td.TdClassName
{
border-color: #BCF1ED;
}
.TagClassName
{
border-color: #BCF1ED;
}
</style>