#5ADDCD

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

Shades of Medium Turquoise #5ADDCD

Tints of Medium Turquoise #5ADDCD

Color information

#5ADDCD (or 0x5ADDCD) is unknown color: approx Medium Turquoise. HEX triplet: 5A, DD and CD. RGB value is (90,221,205). Sum of RGB (Red+Green+Blue) = 90+221+205=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDCD is #A52232. Grayscale: #B3B3B3. Windows color (decimal): -10822195 or 13491546. OLE color: 13491546.

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

Color convert

RGB90221205-
CMYK0.5900.070.13
HSL172.67º65.83%60.98%-
HSV(B)172.67º59.28%86.67%-
XYZ41.0958.2966.84-
YUV180.01142.163.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.44%
GREEN value IS 221 (86.72% from 255) = 42.83%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=17.44%
G=42.83%
B=39.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902212050.5900.070.13172.6765.8360.98
Hex5ADDCD3B07Dad423d
Octal13233531573071525510275
Binary1011010110111011100110111101101111101101011011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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