#BEF8FA

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

Shades of Pale Turquoise #BEF8FA

Tints of Pale Turquoise #BEF8FA

Color information

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

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

Color convert

RGB190248250-
CMYK0.240.0100.02
HSL182º85.71%86.27%-
HSV(B)182º24%98.04%-
XYZ72.0684.98103.05-
YUV230.89138.7898.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902482500.240.0100.0218285.7186.27
HexBEF8FA18102b65656
Octal27637037230102266126126
Binary1011111011111000111110101100010101011011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8FA; }

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

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

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

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

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

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

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

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