#5DDACC

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

Shades of Medium Turquoise #5DDACC

Tints of Medium Turquoise #5DDACC

Color information

#5DDACC (or 0x5DDACC) is unknown color: approx Medium Turquoise. HEX triplet: 5D, DA and CC. RGB value is (93,218,204). Sum of RGB (Red+Green+Blue) = 93+218+204=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDACC is #A22533. Grayscale: #B2B2B2. Windows color (decimal): -10626356 or 13425245. OLE color: 13425245.

HSL color Cylindrical-coordinate representation of color #5DDACC: hue angle of 173.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDACC is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB93218204-
CMYK0.5700.060.15
HSL173.28º62.81%60.98%-
HSV(B)173.28º57.34%85.49%-
XYZ40.4856.8365.96-
YUV179.03142.0966.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.06%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=18.06%
G=42.33%
B=39.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932182040.5700.060.15173.2862.8160.98
Hex5DDACC3906Fad3f3d
Octal1353323147106172557775
Binary101110111011010110011001110010110111110101101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DDACC; }

 p { color: rgb(93,218,204); }

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

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

 a { background-color: rgb(93,218,204); }

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

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

 span { border-color: rgb(93,218,204); }

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