#5ADDC9

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

Shades of Medium Turquoise #5ADDC9

Tints of Medium Turquoise #5ADDC9

Color information

#5ADDC9 (or 0x5ADDC9) is unknown color: approx Medium Turquoise. HEX triplet: 5A, DD and C9. RGB value is (90,221,201). Sum of RGB (Red+Green+Blue) = 90+221+201=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDC9 is #A52236. Grayscale: #B3B3B3. Windows color (decimal): -10822199 or 13229402. OLE color: 13229402.

HSL color Cylindrical-coordinate representation of color #5ADDC9: hue angle of 170.84º degrees, saturation: 0.66, 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 #5ADDC9 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB90221201-
CMYK0.5900.090.13
HSL170.84º65.83%60.98%-
HSV(B)170.84º59.28%86.67%-
XYZ40.6258.164.33-
YUV179.55140.164.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.58%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=17.58%
G=43.16%
B=39.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902212010.5900.090.13170.8465.8360.98
Hex5ADDC93B09Dab423d
Octal132335311730111525310275
Binary10110101101110111001001111011010011101101010111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,221,201); }

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

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

 a { background-color: rgb(90,221,201); }

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

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

 span { border-color: rgb(90,221,201); }

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