#55EDED

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

Shades of Turquoise Blue #55EDED

Tints of Turquoise Blue #55EDED

Color information

#55EDED (or 0x55EDED) is unknown color: approx Turquoise Blue. HEX triplet: 55, ED and ED. RGB value is (85,237,237). Sum of RGB (Red+Green+Blue) = 85+237+237=559 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.21% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #55EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EDED is #AA1212. Grayscale: #BFBFBF. Windows color (decimal): -11145747 or 15592789. OLE color: 15592789.

HSL color Cylindrical-coordinate representation of color #55EDED: hue angle of 180º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EDED is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85237237-
CMYK0.64000.07
HSL180º80.85%63.14%-
HSV(B)180º64.14%92.94%-
XYZ49.3268.6190.77-
YUV191.55153.6452-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.21%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=15.21%
G=42.40%
B=42.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852372370.64000.0718080.8563.14
Hex55EDED40007b4513f
Octal12535535510000726412177
Binary10101011110110111101101100000000111101101001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55EDED; }

 p { color: rgb(85,237,237); }

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

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

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

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

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

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

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