#5DCACE

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

Shades of Medium Turquoise #5DCACE

Tints of Medium Turquoise #5DCACE

Color information

#5DCACE (or 0x5DCACE) is unknown color: approx Medium Turquoise. HEX triplet: 5D, CA and CE. RGB value is (93,202,206). Sum of RGB (Red+Green+Blue) = 93+202+206=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCACE is #A23531. Grayscale: #A9A9A9. Windows color (decimal): -10630450 or 13552221. OLE color: 13552221.

HSL color Cylindrical-coordinate representation of color #5DCACE: hue angle of 182.12º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCACE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB93202206-
CMYK0.550.0200.19
HSL182.12º53.55%58.63%-
HSV(B)182.12º54.85%80.78%-
XYZ36.7849.0265.92-
YUV169.86148.3973.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.56%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=18.56%
G=40.32%
B=41.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932022060.550.0200.19182.1253.5558.63
Hex5DCACE372013b6363b
Octal1353123166720232666673
Binary101110111001010110011101101111001001110110110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,202,206); }

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

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

 a { background-color: rgb(93,202,206); }

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

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

 span { border-color: rgb(93,202,206); }

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