#5AD0CE

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

Shades of Medium Turquoise #5AD0CE

Tints of Medium Turquoise #5AD0CE

Color information

#5AD0CE (or 0x5AD0CE) is unknown color: approx Medium Turquoise. HEX triplet: 5A, D0 and CE. RGB value is (90,208,206). Sum of RGB (Red+Green+Blue) = 90+208+206=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD0CE is #A52F31. Grayscale: #ACACAC. Windows color (decimal): -10825522 or 13553754. OLE color: 13553754.

HSL color Cylindrical-coordinate representation of color #5AD0CE: hue angle of 178.98º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD0CE is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB90208206-
CMYK0.5700.010.18
HSL178.98º55.66%58.43%-
HSV(B)178.98º56.73%81.57%-
XYZ37.9151.7466.38-
YUV172.49146.9169.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.86%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=17.86%
G=41.27%
B=40.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902082060.5700.010.18178.9855.6658.43
Hex5AD0CE390112b3383a
Octal1323203167101222637072
Binary10110101101000011001110111001011001010110011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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