#5AD4CF

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

Shades of Medium Turquoise #5AD4CF

Tints of Medium Turquoise #5AD4CF

Color information

#5AD4CF (or 0x5AD4CF) is unknown color: approx Medium Turquoise. HEX triplet: 5A, D4 and CF. RGB value is (90,212,207). Sum of RGB (Red+Green+Blue) = 90+212+207=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD4CF is #A52B30. Grayscale: #AEAEAE. Windows color (decimal): -10824497 or 13620314. OLE color: 13620314.

HSL color Cylindrical-coordinate representation of color #5AD4CF: hue angle of 177.54º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD4CF is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB90212207-
CMYK0.5800.020.17
HSL177.54º58.65%59.22%-
HSV(B)177.54º57.55%83.14%-
XYZ39.0253.7767.35-
YUV174.95146.0867.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.68%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=17.68%
G=41.65%
B=40.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal902122070.5800.020.17177.5458.6559.22
Hex5AD4CF3A0211b23b3b
Octal1323243177202212627373
Binary101101011010100110011111110100101000110110010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,212,207); }

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

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

 a { background-color: rgb(90,212,207); }

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

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

 span { border-color: rgb(90,212,207); }

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