#BEFDF9

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

Shades of Pale Turquoise #BEFDF9

Tints of Pale Turquoise #BEFDF9

Color information

#BEFDF9 (or 0xBEFDF9) is unknown color: approx Pale Turquoise. HEX triplet: BE, FD and F9. RGB value is (190,253,249). Sum of RGB (Red+Green+Blue) = 190+253+249=692 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.46% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDF9 is #410206. Grayscale: #E9E9E9. Windows color (decimal): -4260359 or 16383422. OLE color: 16383422.

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

Color convert

RGB190253249-
CMYK0.2500.020.01
HSL176.19º94.03%86.86%-
HSV(B)176.19º24.9%99.22%-
XYZ73.4688.04102.74-
YUV233.71136.6396.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.46%
GREEN value IS 253 (99.22% from 255) = 36.56%
BLUE value IS 249 (97.66% from 255) = 35.98%
R=27.46%
G=36.56%
B=35.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532490.2500.020.01176.1994.0386.86
HexBEFDF919021b05e57
Octal27637537131021260136127
Binary1011111011111101111110011100101011011000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDF9; }

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

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

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

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

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

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

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

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