#BEF1EE

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

Shades of Pale Turquoise #BEF1EE

Tints of Pale Turquoise #BEF1EE

Color information

#BEF1EE (or 0xBEF1EE) is unknown color: approx Pale Turquoise. HEX triplet: BE, F1 and EE. RGB value is (190,241,238). Sum of RGB (Red+Green+Blue) = 190+241+238=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1EE is #410E11. Grayscale: #E1E1E1. Windows color (decimal): -4263442 or 15659454. OLE color: 15659454.

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

Color convert

RGB190241238-
CMYK0.2100.010.05
HSL176.47º64.56%84.51%-
HSV(B)176.47º21.16%94.51%-
XYZ68.1280.0392.75-
YUV225.41135.1102.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.40%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=28.40%
G=36.02%
B=35.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902412380.2100.010.05176.4764.5684.51
HexBEF1EE15015b04155
Octal27636135625015260101125
Binary10111110111100011110111010101011011011000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1EE; }

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

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

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

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

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

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

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

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