#5ADDCA

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

Shades of Medium Turquoise #5ADDCA

Tints of Medium Turquoise #5ADDCA

Color information

#5ADDCA (or 0x5ADDCA) is unknown color: approx Medium Turquoise. HEX triplet: 5A, DD and CA. RGB value is (90,221,202). Sum of RGB (Red+Green+Blue) = 90+221+202=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDCA is #A52235. Grayscale: #B3B3B3. Windows color (decimal): -10822198 or 13294938. OLE color: 13294938.

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

Color convert

RGB90221202-
CMYK0.5900.090.13
HSL171.3º65.83%60.98%-
HSV(B)171.3º59.28%86.67%-
XYZ40.7358.1564.95-
YUV179.66140.664.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.54%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=17.54%
G=43.08%
B=39.38%

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
Decimal902212020.5900.090.13171.365.8360.98
Hex5ADDCA3B09Dab423d
Octal132335312730111525310275
Binary10110101101110111001010111011010011101101010111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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