#BEFAF4

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

Shades of Pale Turquoise #BEFAF4

Tints of Pale Turquoise #BEFAF4

Color information

#BEFAF4 (or 0xBEFAF4) is unknown color: approx Pale Turquoise. HEX triplet: BE, FA and F4. RGB value is (190,250,244). Sum of RGB (Red+Green+Blue) = 190+250+244=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAF4 is #41050B. Grayscale: #E7E7E7. Windows color (decimal): -4261132 or 16054974. OLE color: 16054974.

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

Color convert

RGB190250244-
CMYK0.2400.020.02
HSL174º85.71%86.27%-
HSV(B)174º24%98.04%-
XYZ71.7585.8598.38-
YUV231.38135.1298.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.78%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=27.78%
G=36.55%
B=35.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502440.2400.020.0217485.7186.27
HexBEFAF418022ae5656
Octal27637236430022256126126
Binary10111110111110101111010011000010101010111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAF4; }

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

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

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

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

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

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

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

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