#BEF5F9

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

Shades of Pale Turquoise #BEF5F9

Tints of Pale Turquoise #BEF5F9

Color information

#BEF5F9 (or 0xBEF5F9) is unknown color: approx Pale Turquoise. HEX triplet: BE, F5 and F9. RGB value is (190,245,249). Sum of RGB (Red+Green+Blue) = 190+245+249=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEF5F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5F9 is #410A06. Grayscale: #E4E4E4. Windows color (decimal): -4262407 or 16381374. OLE color: 16381374.

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

Color convert

RGB190245249-
CMYK0.240.0200.02
HSL184.07º83.1%86.08%-
HSV(B)184.07º23.69%97.65%-
XYZ70.9983.09101.92-
YUV229.01139.28100.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.78%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=27.78%
G=35.82%
B=36.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902452490.240.0200.02184.0783.186.08
HexBEF5F918202b85356
Octal27636537130202270123126
Binary10111110111101011111100111000100101011100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5F9; }

 p { color: rgb(190,245,249); }

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

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

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

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

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

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

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