#55D0DE

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

Shades of Medium Turquoise #55D0DE

Tints of Medium Turquoise #55D0DE

Color information

#55D0DE (or 0x55D0DE) is unknown color: approx Medium Turquoise. HEX triplet: 55, D0 and DE. RGB value is (85,208,222). Sum of RGB (Red+Green+Blue) = 85+208+222=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #55D0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0DE is #AA2F21. Grayscale: #ACACAC. Windows color (decimal): -11153186 or 14602325. OLE color: 14602325.

HSL color Cylindrical-coordinate representation of color #55D0DE: hue angle of 186.13º 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 #55D0DE is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85208222-
CMYK0.620.0600.13
HSL186.13º67.49%60.2%-
HSV(B)186.13º61.71%87.06%-
XYZ39.4952.3277.12-
YUV172.82155.7565.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.50%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=16.50%
G=40.39%
B=43.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852082220.620.0600.13186.1367.4960.2
Hex55D0DE3E60Dba433c
Octal12532033676601527210374
Binary1010101110100001101111011111011001101101110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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