#BEF1EC

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

Shades of Pale Turquoise #BEF1EC

Tints of Pale Turquoise #BEF1EC

Color information

#BEF1EC (or 0xBEF1EC) is unknown color: approx Pale Turquoise. HEX triplet: BE, F1 and EC. RGB value is (190,241,236). Sum of RGB (Red+Green+Blue) = 190+241+236=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1EC is #410E13. Grayscale: #E1E1E1. Windows color (decimal): -4263444 or 15528382. OLE color: 15528382.

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

Color convert

RGB190241236-
CMYK0.2100.020.05
HSL174.12º64.56%84.51%-
HSV(B)174.12º21.16%94.51%-
XYZ67.8379.9191.21-
YUV225.18134.1102.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.49%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=28.49%
G=36.13%
B=35.38%

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
Decimal1902412360.2100.020.05174.1264.5684.51
HexBEF1EC15025ae4155
Octal27636135425025256101125
Binary101111101111000111101100101010101011010111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1EC; }

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

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

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

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

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

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

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

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