#BEF5EE

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

Shades of Pale Turquoise #BEF5EE

Tints of Pale Turquoise #BEF5EE

Color information

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

RGB190245238-
CMYK0.2200.030.04
HSL172.36º73.33%85.29%-
HSV(B)172.36º22.45%96.08%-
XYZ69.3282.4393.14-
YUV227.76133.78101.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 245 (96.09% from 255) = 36.40%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=28.23%
G=36.40%
B=35.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902452380.2200.030.04172.3673.3385.29
HexBEF5EE16034ac4955
Octal27636535626034254111125
Binary101111101111010111101110101100111001010110010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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