Shades of Pale Turquoise #BEF2EF
Tints of Pale Turquoise #BEF2EF
RGB
CMYK
RGB Variations
Color information
#BEF2EF (or 0xBEF2EF) is known color: Pale Turquoise. HEX triplet: BE, F2 and EF. RGB value is (190,242,239). Sum of RGB (Red+Green+Blue) = 190+242+239=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2EF is #410D10. Grayscale: #E2E2E2. Windows color (decimal): -4263185 or 15725246. OLE color: 15725246.
HSL color Cylindrical-coordinate representation of color #BEF2EF: hue angle of 176.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2EF is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 239 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.05 |
| HSL | 176.54º | 0.67% | 0.85% | - |
| HSV(B) | 176.54º | 0.21% | 0.95% | - |
| XYZ | 68.57 | 80.68 | 93.62 | - |
| YUV | 226.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 239 | 0.21 | 0 | 0.01 | 0.05 | 176.54 | 0.67 | 0.85 |
| Hex | BE | F2 | EF | 15 | 0 | 1 | 5 | B1 | 43 | 55 |
| Octal | 276 | 362 | 357 | 25 | 0 | 1 | 5 | 261 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11101111 | 10101 | 0 | 1 | 101 | 10110001 | 1000011 | 1010101 |
Color Harmonies of #BEF2EF
Complementary color
Monochromatic Colors of #BEF2EF
Black with #BEF2EF
Text Example
Text Example
White with #BEF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2EF; }
p { color: rgb(190,242,239); }
H1.HeaderClassName
{
color: #BEF2EF;
}
.AnyTagClassName
{
color: #BEF2EF;
}
</style>
background-color css
<style>
a { background-color: #BEF2EF; }
a { background-color: rgb(190,242,239); }
div.DivClassName
{
background-color: #BEF2EF;
}
.BgClassName
{
background-color: #BEF2EF;
}
</style>
border-color css
<style>
span { border-color: #BEF2EF; }
span { border-color: rgb(190,242,239); }
td.TdClassName
{
border-color: #BEF2EF;
}
.TagClassName
{
border-color: #BEF2EF;
}
</style>