#BEF9F6

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

Shades of Pale Turquoise #BEF9F6

Tints of Pale Turquoise #BEF9F6

Color information

#BEF9F6 (or 0xBEF9F6) is unknown color: approx Pale Turquoise. HEX triplet: BE, F9 and F6. RGB value is (190,249,246). Sum of RGB (Red+Green+Blue) = 190+249+246=685 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.74% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9F6 is #410609. Grayscale: #E6E6E6. Windows color (decimal): -4261386 or 16185790. OLE color: 16185790.

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

Color convert

RGB190249246-
CMYK0.2400.010.02
HSL176.95º83.1%86.08%-
HSV(B)176.95º23.69%97.65%-
XYZ71.7585.3599.88-
YUV231.02136.4598.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.74%
GREEN value IS 249 (97.66% from 255) = 36.35%
BLUE value IS 246 (96.48% from 255) = 35.91%
R=27.74%
G=36.35%
B=35.91%

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
Decimal1902492460.2400.010.02176.9583.186.08
HexBEF9F618012b15356
Octal27637136630012261123126
Binary1011111011111001111101101100001101011000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9F6; }

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

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

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

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

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

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

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

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