#BEF0EE

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

Shades of Pale Turquoise #BEF0EE

Tints of Pale Turquoise #BEF0EE

Color information

#BEF0EE (or 0xBEF0EE) is unknown color: approx Pale Turquoise. HEX triplet: BE, F0 and EE. RGB value is (190,240,238). Sum of RGB (Red+Green+Blue) = 190+240+238=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0EE is #410F11. Grayscale: #E0E0E0. Windows color (decimal): -4263698 or 15659198. OLE color: 15659198.

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

Color convert

RGB190240238-
CMYK0.2100.010.06
HSL177.6º62.5%84.31%-
HSV(B)177.6º20.83%94.12%-
XYZ67.8379.4492.65-
YUV224.82135.44103.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 240 (94.14% from 255) = 35.93%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=28.44%
G=35.93%
B=35.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902402380.2100.010.06177.662.584.31
HexBEF0EE15016b23e54
Octal2763603562501626276124
Binary1011111011110000111011101010101110101100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0EE; }

 p { color: rgb(190,240,238); }

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

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

 a { background-color: rgb(190,240,238); }

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

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

 span { border-color: rgb(190,240,238); }

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