#BEF8FB

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

Shades of Pale Turquoise #BEF8FB

Tints of Pale Turquoise #BEF8FB

Color information

#BEF8FB (or 0xBEF8FB) is unknown color: approx Pale Turquoise. HEX triplet: BE, F8 and FB. RGB value is (190,248,251). Sum of RGB (Red+Green+Blue) = 190+248+251=689 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.58% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8FB is #410704. Grayscale: #E6E6E6. Windows color (decimal): -4261637 or 16513214. OLE color: 16513214.

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

Color convert

RGB190248251-
CMYK0.240.0100.02
HSL182.95º88.41%86.47%-
HSV(B)182.95º24.3%98.43%-
XYZ72.2285.05103.88-
YUV231139.2898.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.58%
GREEN value IS 248 (97.27% from 255) = 35.99%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=27.58%
G=35.99%
B=36.43%

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
Decimal1902482510.240.0100.02182.9588.4186.47
HexBEF8FB18102b75856
Octal27637037330102267130126
Binary1011111011111000111110111100010101011011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8FB; }

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

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

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

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

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

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

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

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