#BEFCF9

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

Shades of Pale Turquoise #BEFCF9

Tints of Pale Turquoise #BEFCF9

Color information

#BEFCF9 (or 0xBEFCF9) is unknown color: approx Pale Turquoise. HEX triplet: BE, FC and F9. RGB value is (190,252,249). Sum of RGB (Red+Green+Blue) = 190+252+249=691 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.50% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCF9 is #410306. Grayscale: #E9E9E9. Windows color (decimal): -4260615 or 16383166. OLE color: 16383166.

HSL color Cylindrical-coordinate representation of color #BEFCF9: hue angle of 177.1º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCF9 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB190252249-
CMYK0.2500.010.01
HSL177.1º91.18%86.67%-
HSV(B)177.1º24.6%98.82%-
XYZ73.1487.41102.64-
YUV233.12136.9697.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.50%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 249 (97.66% from 255) = 36.03%
R=27.50%
G=36.47%
B=36.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522490.2500.010.01177.191.1886.67
HexBEFCF919011b15b57
Octal27637437131011261133127
Binary101111101111110011111001110010111011000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCF9; }

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

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

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

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

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

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

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

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