Html Css Color HEX #5ACACD Medium Turquoise

📋 copy color: '#5ACACD'

red 90 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #5ACACD

Tints of Medium Turquoise #5ACACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 18.11%
G = 40.64%
B = 41.25%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5ACACD (or 0x5ACACD) is known color: Medium Turquoise. HEX triplet: 5A, CA and CD. RGB value is (90,202,205). Sum of RGB (Red+Green+Blue) = 90+202+205=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #5ACACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACACD is #A53532. Grayscale: #A8A8A8. Windows color (decimal): -10827059 or 13486682. OLE color: 13486682.

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

Color convert

RGB 90 202 205 -
CMYK 0.56 0.01 0 0.20
HSL 181.57º 0.53% 0.58% -
HSV(B) 181.57º 0.56% 0.8% -
XYZ 36.36 48.82 65.27 -
YUV 168.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 90 202 205 0.56 0.01 0 0.20 181.57 0.53 0.58
Hex 5A CA CD 38 1 0 14 B6 35 3A
Octal 132 312 315 70 1 0 24 266 65 72
Binary 1011010 11001010 11001101 111000 1 0 10100 10110110 110101 111010

Color Harmonies of #5ACACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACACD

Black with #5ACACD

Text Example


Text Example

White with #5ACACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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