Html Css Color HEX #5ACDC0 Medium Turquoise

📋 copy color: '#5ACDC0'

red 90 ◦ green 205 ◦ blue 192

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

Shades of Medium Turquoise #5ACDC0

Tints of Medium Turquoise #5ACDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 18.48%
G = 42.09%
B = 39.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#5ACDC0 (or 0x5ACDC0) is known color: Medium Turquoise. HEX triplet: 5A, CD and C0. RGB value is (90,205,192). Sum of RGB (Red+Green+Blue) = 90+205+192=487 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.48% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDC0 is #A5323F. Grayscale: #A9A9A9. Windows color (decimal): -10826304 or 12635482. OLE color: 12635482.

HSL color Cylindrical-coordinate representation of color #5ACDC0: hue angle of 173.22º 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 #5ACDC0 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 205 192 -
CMYK 0.56 0 0.06 0.20
HSL 173.22º 0.53% 0.58% -
HSV(B) 173.22º 0.56% 0.8% -
XYZ 35.56 49.64 57.58 -
YUV 169.13 140.9 71.56 -
System Red Green Blue C M Y K H S L
Decimal 90 205 192 0.56 0 0.06 0.20 173.22 0.53 0.58
Hex 5A CD C0 38 0 6 14 AD 35 3A
Octal 132 315 300 70 0 6 24 255 65 72
Binary 1011010 11001101 11000000 111000 0 110 10100 10101101 110101 111010

Color Harmonies of #5ACDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDC0

Black with #5ACDC0

Text Example


Text Example

White with #5ACDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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