#BEFAF8

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

Shades of Pale Turquoise #BEFAF8

Tints of Pale Turquoise #BEFAF8

Color information

#BEFAF8 (or 0xBEFAF8) is unknown color: approx Pale Turquoise. HEX triplet: BE, FA and F8. RGB value is (190,250,248). Sum of RGB (Red+Green+Blue) = 190+250+248=688 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.62% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAF8 is #410507. Grayscale: #E7E7E7. Windows color (decimal): -4261128 or 16317118. OLE color: 16317118.

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

Color convert

RGB190250248-
CMYK0.2400.010.02
HSL178º85.71%86.27%-
HSV(B)178º24%98.04%-
XYZ72.3686.1101.61-
YUV231.83137.1298.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.62%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=27.62%
G=36.34%
B=36.05%

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
Decimal1902502480.2400.010.0217885.7186.27
HexBEFAF818012b25656
Octal27637237030012262126126
Binary1011111011111010111110001100001101011001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAF8; }

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

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

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

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

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

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

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

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