#BEFAFA

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

Shades of Pale Turquoise #BEFAFA

Tints of Pale Turquoise #BEFAFA

Color information

#BEFAFA (or 0xBEFAFA) is unknown color: approx Pale Turquoise. HEX triplet: BE, FA and FA. RGB value is (190,250,250). Sum of RGB (Red+Green+Blue) = 190+250+250=690 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.54% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #BEFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAFA is #410505. Grayscale: #E8E8E8. Windows color (decimal): -4261126 or 16448190. OLE color: 16448190.

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

Color convert

RGB190250250-
CMYK0.24000.02
HSL180º85.71%86.27%-
HSV(B)180º24%98.04%-
XYZ72.6886.22103.25-
YUV232.06138.1298-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.54%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=27.54%
G=36.23%
B=36.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502500.24000.0218085.7186.27
HexBEFAFA18002b45656
Octal27637237230002264126126
Binary1011111011111010111110101100000101011010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAFA; }

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

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

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

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

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

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

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

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