#BEFAF7

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

Shades of Pale Turquoise #BEFAF7

Tints of Pale Turquoise #BEFAF7

Color information

#BEFAF7 (or 0xBEFAF7) is unknown color: approx Pale Turquoise. HEX triplet: BE, FA and F7. RGB value is (190,250,247). Sum of RGB (Red+Green+Blue) = 190+250+247=687 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.66% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAF7 is #410508. Grayscale: #E7E7E7. Windows color (decimal): -4261129 or 16251582. OLE color: 16251582.

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

Color convert

RGB190250247-
CMYK0.2400.010.02
HSL177º85.71%86.27%-
HSV(B)177º24%98.04%-
XYZ72.2186.03100.8-
YUV231.72136.6298.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.66%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 247 (96.88% from 255) = 35.95%
R=27.66%
G=36.39%
B=35.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502470.2400.010.0217785.7186.27
HexBEFAF718012b15656
Octal27637236730012261126126
Binary1011111011111010111101111100001101011000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAF7; }

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

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

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

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

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

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

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

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