#BEEFED

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

Shades of Pale Turquoise #BEEFED

Tints of Pale Turquoise #BEEFED

Color information

#BEEFED (or 0xBEEFED) is unknown color: approx Pale Turquoise. HEX triplet: BE, EF and ED. RGB value is (190,239,237). Sum of RGB (Red+Green+Blue) = 190+239+237=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFED is #411012. Grayscale: #E0E0E0. Windows color (decimal): -4263955 or 15593406. OLE color: 15593406.

HSL color Cylindrical-coordinate representation of color #BEEFED: hue angle of 177.55º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFED is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB190239237-
CMYK0.2100.010.06
HSL177.55º60.49%84.12%-
HSV(B)177.55º20.5%93.73%-
XYZ67.3978.7991.78-
YUV224.12135.27103.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=28.53%
G=35.89%
B=35.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392370.2100.010.06177.5560.4984.12
HexBEEFED15016b23c54
Octal2763573552501626274124
Binary1011111011101111111011011010101110101100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFED; }

 p { color: rgb(190,239,237); }

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

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

 a { background-color: rgb(190,239,237); }

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

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

 span { border-color: rgb(190,239,237); }

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