#BEFBF9

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

Shades of Pale Turquoise #BEFBF9

Tints of Pale Turquoise #BEFBF9

Color information

#BEFBF9 (or 0xBEFBF9) is unknown color: approx Pale Turquoise. HEX triplet: BE, FB and F9. RGB value is (190,251,249). Sum of RGB (Red+Green+Blue) = 190+251+249=690 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.54% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBF9 is #410406. Grayscale: #E8E8E8. Windows color (decimal): -4260871 or 16382910. OLE color: 16382910.

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

Color convert

RGB190251249-
CMYK0.2400.010.02
HSL178.03º88.41%86.47%-
HSV(B)178.03º24.3%98.43%-
XYZ72.8386.78102.53-
YUV232.53137.2997.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.54%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=27.54%
G=36.38%
B=36.09%

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
Decimal1902512490.2400.010.02178.0388.4186.47
HexBEFBF918012b25856
Octal27637337130012262130126
Binary1011111011111011111110011100001101011001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBF9; }

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

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

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

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

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

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

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

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