Shades of Pale Turquoise #BEF0EC
Tints of Pale Turquoise #BEF0EC
RGB
CMYK
RGB Variations
Color information
#BEF0EC (or 0xBEF0EC) is known color: Pale Turquoise. HEX triplet: BE, F0 and EC. RGB value is (190,240,236). Sum of RGB (Red+Green+Blue) = 190+240+236=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0EC is #410F13. Grayscale: #E0E0E0. Windows color (decimal): -4263700 or 15528126. OLE color: 15528126.
HSL color Cylindrical-coordinate representation of color #BEF0EC: hue angle of 175.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0EC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 236 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.06 |
| HSL | 175.2º | 0.63% | 0.84% | - |
| HSV(B) | 175.2º | 0.21% | 0.94% | - |
| XYZ | 67.54 | 79.32 | 91.11 | - |
| YUV | 224.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 236 | 0.21 | 0 | 0.02 | 0.06 | 175.2 | 0.63 | 0.84 |
| Hex | BE | F0 | EC | 15 | 0 | 2 | 6 | AF | 3E | 54 |
| Octal | 276 | 360 | 354 | 25 | 0 | 2 | 6 | 257 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11101100 | 10101 | 0 | 10 | 110 | 10101111 | 111110 | 1010100 |
Color Harmonies of #BEF0EC
Complementary color
Monochromatic Colors of #BEF0EC
Black with #BEF0EC
Text Example
Text Example
White with #BEF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0EC; }
p { color: rgb(190,240,236); }
H1.HeaderClassName
{
color: #BEF0EC;
}
.AnyTagClassName
{
color: #BEF0EC;
}
</style>
background-color css
<style>
a { background-color: #BEF0EC; }
a { background-color: rgb(190,240,236); }
div.DivClassName
{
background-color: #BEF0EC;
}
.BgClassName
{
background-color: #BEF0EC;
}
</style>
border-color css
<style>
span { border-color: #BEF0EC; }
span { border-color: rgb(190,240,236); }
td.TdClassName
{
border-color: #BEF0EC;
}
.TagClassName
{
border-color: #BEF0EC;
}
</style>