Html Css Color HEX #5ACAC5 Medium Turquoise

📋 copy color: '#5ACAC5'

red 90 ◦ green 202 ◦ blue 197

#5ACAC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #5ACAC5

Tints of Medium Turquoise #5ACAC5

RGB

 RED value IS 90 (35.55% from 255) = 18.4%

 GREEN value IS 202 (79.3% from 255) = 41.31%

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 18.4%
G = 41.31%
B = 40.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#5ACAC5 (or 0x5ACAC5) is known color: Medium Turquoise. HEX triplet: 5A, CA and C5. RGB value is (90,202,197). Sum of RGB (Red+Green+Blue) = 90+202+197=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACAC5 is #A5353A. Grayscale: #A7A7A7. Windows color (decimal): -10827067 or 12962394. OLE color: 12962394.

HSL color Cylindrical-coordinate representation of color #5ACAC5: hue angle of 177.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACAC5 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 202 197 -
CMYK 0.55 0 0.02 0.21
HSL 177.32º 0.51% 0.57% -
HSV(B) 177.32º 0.55% 0.79% -
XYZ 35.42 48.45 60.31 -
YUV 167.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 90 202 197 0.55 0 0.02 0.21 177.32 0.51 0.57
Hex 5A CA C5 37 0 2 15 B1 33 39
Octal 132 312 305 67 0 2 25 261 63 71
Binary 1011010 11001010 11000101 110111 0 10 10101 10110001 110011 111001

Color Harmonies of #5ACAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACAC5

Black with #5ACAC5

Text Example


Text Example

White with #5ACAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ACAC5;
 }
 .AnyTagClassName
 {
   color: #5ACAC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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