#BEFAF1

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

Shades of Pale Turquoise #BEFAF1

Tints of Pale Turquoise #BEFAF1

Color information

#BEFAF1 (or 0xBEFAF1) is unknown color: approx Pale Turquoise. HEX triplet: BE, FA and F1. RGB value is (190,250,241). Sum of RGB (Red+Green+Blue) = 190+250+241=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAF1 is #41050E. Grayscale: #E7E7E7. Windows color (decimal): -4261135 or 15858366. OLE color: 15858366.

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

Color convert

RGB190250241-
CMYK0.2400.040.02
HSL171º85.71%86.27%-
HSV(B)171º24%98.04%-
XYZ71.385.6796-
YUV231.03133.6298.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.90%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=27.90%
G=36.71%
B=35.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502410.2400.040.0217185.7186.27
HexBEFAF118042ab5656
Octal27637236130042253126126
Binary101111101111101011110001110000100101010101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAF1; }

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

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

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

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

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

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

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

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