#5ADDCE

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

Shades of Medium Turquoise #5ADDCE

Tints of Medium Turquoise #5ADDCE

Color information

#5ADDCE (or 0x5ADDCE) is unknown color: approx Medium Turquoise. HEX triplet: 5A, DD and CE. RGB value is (90,221,206). Sum of RGB (Red+Green+Blue) = 90+221+206=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDCE is #A52231. Grayscale: #B4B4B4. Windows color (decimal): -10822194 or 13557082. OLE color: 13557082.

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

Color convert

RGB90221206-
CMYK0.5900.070.13
HSL173.13º65.83%60.98%-
HSV(B)173.13º59.28%86.67%-
XYZ41.2158.3467.48-
YUV180.12142.663.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.41%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=17.41%
G=42.75%
B=39.85%

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
Decimal902212060.5900.070.13173.1365.8360.98
Hex5ADDCE3B07Dad423d
Octal13233531673071525510275
Binary1011010110111011100111011101101111101101011011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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