Shades of Pale Turquoise #BCF3EF
Tints of Pale Turquoise #BCF3EF
RGB
CMYK
RGB Variations
Color information
#BCF3EF (or 0xBCF3EF) is known color: Pale Turquoise. HEX triplet: BC, F3 and EF. RGB value is (188,243,239). Sum of RGB (Red+Green+Blue) = 188+243+239=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3EF is #430C10. Grayscale: #E2E2E2. Windows color (decimal): -4394001 or 15725500. OLE color: 15725500.
HSL color Cylindrical-coordinate representation of color #BCF3EF: hue angle of 175.64º 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 #BCF3EF is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 239 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.05 |
| HSL | 175.64º | 0.7% | 0.85% | - |
| HSV(B) | 175.64º | 0.23% | 0.95% | - |
| XYZ | 68.37 | 81.02 | 93.7 | - |
| YUV | 226.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 239 | 0.23 | 0 | 0.02 | 0.05 | 175.64 | 0.7 | 0.85 |
| Hex | BC | F3 | EF | 17 | 0 | 2 | 5 | B0 | 46 | 55 |
| Octal | 274 | 363 | 357 | 27 | 0 | 2 | 5 | 260 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11101111 | 10111 | 0 | 10 | 101 | 10110000 | 1000110 | 1010101 |
Color Harmonies of #BCF3EF
Complementary color
Monochromatic Colors of #BCF3EF
Black with #BCF3EF
Text Example
Text Example
White with #BCF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3EF; }
p { color: rgb(188,243,239); }
H1.HeaderClassName
{
color: #BCF3EF;
}
.AnyTagClassName
{
color: #BCF3EF;
}
</style>
background-color css
<style>
a { background-color: #BCF3EF; }
a { background-color: rgb(188,243,239); }
div.DivClassName
{
background-color: #BCF3EF;
}
.BgClassName
{
background-color: #BCF3EF;
}
</style>
border-color css
<style>
span { border-color: #BCF3EF; }
span { border-color: rgb(188,243,239); }
td.TdClassName
{
border-color: #BCF3EF;
}
.TagClassName
{
border-color: #BCF3EF;
}
</style>