#5ACED6

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

Shades of Medium Turquoise #5ACED6

Tints of Medium Turquoise #5ACED6

Color information

#5ACED6 (or 0x5ACED6) is unknown color: approx Medium Turquoise. HEX triplet: 5A, CE and D6. RGB value is (90,206,214). Sum of RGB (Red+Green+Blue) = 90+206+214=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #5ACED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACED6 is #A53129. Grayscale: #ACACAC. Windows color (decimal): -10826026 or 14077530. OLE color: 14077530.

HSL color Cylindrical-coordinate representation of color #5ACED6: hue angle of 183.87º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ACED6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB90206214-
CMYK0.580.0400.16
HSL183.87º60.19%59.61%-
HSV(B)183.87º57.94%83.92%-
XYZ38.4351.1771.47-
YUV172.23151.5769.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.65%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=17.65%
G=40.39%
B=41.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal902062140.580.0400.16183.8760.1959.61
Hex5ACED63A4010b83c3c
Octal1323163267240202707474
Binary1011010110011101101011011101010001000010111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,206,214); }

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

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

 a { background-color: rgb(90,206,214); }

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

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

 span { border-color: rgb(90,206,214); }

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