#bef2ec

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

Shades of Pale Turquoise #BEF2EC

Tints of Pale Turquoise #BEF2EC

Color information

#BEF2EC (or 0xBEF2EC) is unknown color: approx Pale Turquoise. HEX triplet: BE, F2 and EC. RGB value is (190,242,236). Sum of RGB (Red+Green+Blue) = 190+242+236=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2EC is #410D13. Grayscale: #E1E1E1. Windows color (decimal): -4263188 or 15528638. OLE color: 15528638.

HSL color Cylindrical-coordinate representation of color #BEF2EC: hue angle of 173.08º 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 #BEF2EC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB190242236-
CMYK0.2100.020.05
HSL173.08º66.67%84.71%-
HSV(B)173.08º21.49%94.9%-
XYZ68.1380.5191.31-
YUV225.77133.77102.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 242 (94.92% from 255) = 36.23%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=28.44%
G=36.23%
B=35.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422360.2100.020.05173.0866.6784.71
HexBEF2EC15025ad4355
Octal27636235425025255103125
Binary101111101111001011101100101010101011010110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bef2ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bef2ec; }

 p { color: rgb(190,242,236); }

 H1.HeaderClassName
 {
   color: #bef2ec;
 }
 .AnyTagClassName
 {
   color: #bef2ec;
 }
</style>
background-color css

<style>
 a { background-color: #bef2ec; }

 a { background-color: rgb(190,242,236); }

 div.DivClassName
 {
   background-color: #bef2ec;
 }
 .BgClassName
 {
   background-color: #bef2ec;
 }
</style>
border-color css

<style>
 span { border-color: #bef2ec; }

 span { border-color: rgb(190,242,236); }

 td.TdClassName
 {
   border-color: #bef2ec;
 }
 .TagClassName
 {
   border-color: #bef2ec;
 }
</style>