#BEF6F4

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

Shades of Pale Turquoise #BEF6F4

Tints of Pale Turquoise #BEF6F4

Color information

#BEF6F4 (or 0xBEF6F4) is unknown color: approx Pale Turquoise. HEX triplet: BE, F6 and F4. RGB value is (190,246,244). Sum of RGB (Red+Green+Blue) = 190+246+244=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6F4 is #41090B. Grayscale: #E4E4E4. Windows color (decimal): -4262156 or 16053950. OLE color: 16053950.

HSL color Cylindrical-coordinate representation of color #BEF6F4: hue angle of 177.86º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6F4 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB190246244-
CMYK0.2300.010.04
HSL177.86º75.68%85.49%-
HSV(B)177.86º22.76%96.47%-
XYZ70.5283.3997.97-
YUV229.03136.45100.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.94%
GREEN value IS 246 (96.48% from 255) = 36.18%
BLUE value IS 244 (95.70% from 255) = 35.88%
R=27.94%
G=36.18%
B=35.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902462440.2300.010.04177.8675.6885.49
HexBEF6F417014b24c55
Octal27636636427014262114125
Binary10111110111101101111010010111011001011001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6F4; }

 p { color: rgb(190,246,244); }

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

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

 a { background-color: rgb(190,246,244); }

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

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

 span { border-color: rgb(190,246,244); }

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