#55D5DE

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

Shades of Medium Turquoise #55D5DE

Tints of Medium Turquoise #55D5DE

Color information

#55D5DE (or 0x55D5DE) is unknown color: approx Medium Turquoise. HEX triplet: 55, D5 and DE. RGB value is (85,213,222). Sum of RGB (Red+Green+Blue) = 85+213+222=520 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.35% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #55D5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D5DE is #AA2A21. Grayscale: #AFAFAF. Windows color (decimal): -11151906 or 14603605. OLE color: 14603605.

HSL color Cylindrical-coordinate representation of color #55D5DE: hue angle of 183.94º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55D5DE is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85213222-
CMYK0.620.0400.13
HSL183.94º67.49%60.2%-
HSV(B)183.94º61.71%87.06%-
XYZ40.7354.7977.54-
YUV175.75154.0963.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.35%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=16.35%
G=40.96%
B=42.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852132220.620.0400.13183.9467.4960.2
Hex55D5DE3E40Db8433c
Octal12532533676401527010374
Binary1010101110101011101111011111010001101101110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,222); }

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

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

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

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

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

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

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