#5ADECC

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

Shades of Medium Turquoise #5ADECC

Tints of Medium Turquoise #5ADECC

Color information

#5ADECC (or 0x5ADECC) is unknown color: approx Medium Turquoise. HEX triplet: 5A, DE and CC. RGB value is (90,222,204). Sum of RGB (Red+Green+Blue) = 90+222+204=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADECC is #A52133. Grayscale: #B4B4B4. Windows color (decimal): -10821940 or 13426266. OLE color: 13426266.

HSL color Cylindrical-coordinate representation of color #5ADECC: hue angle of 171.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADECC is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB90222204-
CMYK0.5900.080.13
HSL171.82º66.67%61.18%-
HSV(B)171.82º59.46%87.06%-
XYZ41.2458.7866.3-
YUV180.48141.2763.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.44%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=17.44%
G=43.02%
B=39.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902222040.5900.080.13171.8266.6761.18
Hex5ADECC3B08Dac433d
Octal132336314730101525410375
Binary10110101101111011001100111011010001101101011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,222,204); }

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

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

 a { background-color: rgb(90,222,204); }

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

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

 span { border-color: rgb(90,222,204); }

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