Shades of Pale Turquoise #BEF5EE
Tints of Pale Turquoise #BEF5EE
RGB
CMYK
RGB Variations
Color information
#BEF5EE (or 0xBEF5EE) is known color: Pale Turquoise. HEX triplet: BE, F5 and EE. RGB value is (190,245,238). Sum of RGB (Red+Green+Blue) = 190+245+238=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5EE is #410A11. Grayscale: #E3E3E3. Windows color (decimal): -4262418 or 15660478. OLE color: 15660478.
HSL color Cylindrical-coordinate representation of color #BEF5EE: hue angle of 172.36º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF5EE is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 238 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.04 |
| HSL | 172.36º | 0.73% | 0.85% | - |
| HSV(B) | 172.36º | 0.22% | 0.96% | - |
| XYZ | 69.32 | 82.43 | 93.14 | - |
| YUV | 227.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 238 | 0.22 | 0 | 0.03 | 0.04 | 172.36 | 0.73 | 0.85 |
| Hex | BE | F5 | EE | 16 | 0 | 3 | 4 | AC | 49 | 55 |
| Octal | 276 | 365 | 356 | 26 | 0 | 3 | 4 | 254 | 111 | 125 |
| Binary | 10111110 | 11110101 | 11101110 | 10110 | 0 | 11 | 100 | 10101100 | 1001001 | 1010101 |
Color Harmonies of #BEF5EE
Complementary color
Monochromatic Colors of #BEF5EE
Black with #BEF5EE
Text Example
Text Example
White with #BEF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF5EE; }
p { color: rgb(190,245,238); }
H1.HeaderClassName
{
color: #BEF5EE;
}
.AnyTagClassName
{
color: #BEF5EE;
}
</style>
background-color css
<style>
a { background-color: #BEF5EE; }
a { background-color: rgb(190,245,238); }
div.DivClassName
{
background-color: #BEF5EE;
}
.BgClassName
{
background-color: #BEF5EE;
}
</style>
border-color css
<style>
span { border-color: #BEF5EE; }
span { border-color: rgb(190,245,238); }
td.TdClassName
{
border-color: #BEF5EE;
}
.TagClassName
{
border-color: #BEF5EE;
}
</style>