#BEF1ED

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

Shades of Pale Turquoise #BEF1ED

Tints of Pale Turquoise #BEF1ED

Color information

#BEF1ED (or 0xBEF1ED) is unknown color: approx Pale Turquoise. HEX triplet: BE, F1 and ED. RGB value is (190,241,237). Sum of RGB (Red+Green+Blue) = 190+241+237=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1ED is #410E12. Grayscale: #E1E1E1. Windows color (decimal): -4263443 or 15593918. OLE color: 15593918.

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

Color convert

RGB190241237-
CMYK0.2100.020.05
HSL175.29º64.56%84.51%-
HSV(B)175.29º21.16%94.51%-
XYZ67.9879.9791.97-
YUV225.3134.6102.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=28.44%
G=36.08%
B=35.48%

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
Decimal1902412370.2100.020.05175.2964.5684.51
HexBEF1ED15025af4155
Octal27636135525025257101125
Binary101111101111000111101101101010101011010111110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1ED; }

 p { color: rgb(190,241,237); }

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

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

 a { background-color: rgb(190,241,237); }

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

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

 span { border-color: rgb(190,241,237); }

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