#BEFAF2

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

Shades of Pale Turquoise #BEFAF2

Tints of Pale Turquoise #BEFAF2

Color information

#BEFAF2 (or 0xBEFAF2) is unknown color: approx Pale Turquoise. HEX triplet: BE, FA and F2. RGB value is (190,250,242). Sum of RGB (Red+Green+Blue) = 190+250+242=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAF2 is #41050D. Grayscale: #E7E7E7. Windows color (decimal): -4261134 or 15923902. OLE color: 15923902.

HSL color Cylindrical-coordinate representation of color #BEFAF2: hue angle of 172º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFAF2 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB190250242-
CMYK0.2400.030.02
HSL172º85.71%86.27%-
HSV(B)172º24%98.04%-
XYZ71.4585.7396.79-
YUV231.15134.1298.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.86%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 242 (94.92% from 255) = 35.48%
R=27.86%
G=36.66%
B=35.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502420.2400.030.0217285.7186.27
HexBEFAF218032ac5656
Octal27637236230032254126126
Binary10111110111110101111001011000011101010110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAF2; }

 p { color: rgb(190,250,242); }

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

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

 a { background-color: rgb(190,250,242); }

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

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

 span { border-color: rgb(190,250,242); }

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