#55D0D1

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

Shades of Medium Turquoise #55D0D1

Tints of Medium Turquoise #55D0D1

Color information

#55D0D1 (or 0x55D0D1) is unknown color: approx Medium Turquoise. HEX triplet: 55, D0 and D1. RGB value is (85,208,209). Sum of RGB (Red+Green+Blue) = 85+208+209=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #55D0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0D1 is #AA2F2E. Grayscale: #ABABAB. Windows color (decimal): -11153199 or 13750357. OLE color: 13750357.

HSL color Cylindrical-coordinate representation of color #55D0D1: hue angle of 180.48º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D0D1 is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85208209-
CMYK0.590.0000.18
HSL180.48º57.41%57.65%-
HSV(B)180.48º59.33%81.96%-
XYZ37.8151.6568.3-
YUV171.34149.2566.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.93%
GREEN value IS 208 (81.64% from 255) = 41.43%
BLUE value IS 209 (82.03% from 255) = 41.63%
R=16.93%
G=41.43%
B=41.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852082090.590.0000.18180.4857.4157.65
Hex55D0D13B0012b4393a
Octal1253203217300222647172
Binary10101011101000011010001111011001001010110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,208,209); }

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

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

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

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

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

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

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