#BEF0EC

Color #BEF0EC Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BEF0EC

Tints of Pale Turquoise #BEF0EC

Color information

#BEF0EC (or 0xBEF0EC) is unknown color: approx 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

RGB190240236-
CMYK0.2100.020.06
HSL175.2º62.5%84.31%-
HSV(B)175.2º20.83%94.12%-
XYZ67.5479.3291.11-
YUV224.59134.44103.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 240 (94.14% from 255) = 36.04%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=28.53%
G=36.04%
B=35.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902402360.2100.020.06175.262.584.31
HexBEF0EC15026af3e54
Octal2763603542502625776124
Binary10111110111100001110110010101010110101011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>