Shades of Pale Turquoise #BEF3EC
Tints of Pale Turquoise #BEF3EC
RGB
CMYK
RGB Variations
Color information
#BEF3EC (or 0xBEF3EC) is known color: Pale Turquoise. HEX triplet: BE, F3 and EC. RGB value is (190,243,236). Sum of RGB (Red+Green+Blue) = 190+243+236=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF3EC is #410C13. Grayscale: #E2E2E2. Windows color (decimal): -4262932 or 15528894. OLE color: 15528894.
HSL color Cylindrical-coordinate representation of color #BEF3EC: hue angle of 172.08º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3EC is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 236 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.05 |
| HSL | 172.08º | 0.69% | 0.85% | - |
| HSV(B) | 172.08º | 0.22% | 0.95% | - |
| XYZ | 68.43 | 81.1 | 91.41 | - |
| YUV | 226.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 236 | 0.22 | 0 | 0.03 | 0.05 | 172.08 | 0.69 | 0.85 |
| Hex | BE | F3 | EC | 16 | 0 | 3 | 5 | AC | 45 | 55 |
| Octal | 276 | 363 | 354 | 26 | 0 | 3 | 5 | 254 | 105 | 125 |
| Binary | 10111110 | 11110011 | 11101100 | 10110 | 0 | 11 | 101 | 10101100 | 1000101 | 1010101 |
Color Harmonies of #BEF3EC
Complementary color
Monochromatic Colors of #BEF3EC
Black with #BEF3EC
Text Example
Text Example
White with #BEF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF3EC; }
p { color: rgb(190,243,236); }
H1.HeaderClassName
{
color: #BEF3EC;
}
.AnyTagClassName
{
color: #BEF3EC;
}
</style>
background-color css
<style>
a { background-color: #BEF3EC; }
a { background-color: rgb(190,243,236); }
div.DivClassName
{
background-color: #BEF3EC;
}
.BgClassName
{
background-color: #BEF3EC;
}
</style>
border-color css
<style>
span { border-color: #BEF3EC; }
span { border-color: rgb(190,243,236); }
td.TdClassName
{
border-color: #BEF3EC;
}
.TagClassName
{
border-color: #BEF3EC;
}
</style>