Html Css Color HEX #5AC2C0 Medium Turquoise

📋 copy color: '#5AC2C0'

red 90 ◦ green 194 ◦ blue 192

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

Shades of Medium Turquoise #5AC2C0

Tints of Medium Turquoise #5AC2C0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

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

R = 18.91%
G = 40.76%
B = 40.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#5AC2C0 (or 0x5AC2C0) is known color: Medium Turquoise. HEX triplet: 5A, C2 and C0. RGB value is (90,194,192). Sum of RGB (Red+Green+Blue) = 90+194+192=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC2C0 is #A53D3F. Grayscale: #A2A2A2. Windows color (decimal): -10829120 or 12632666. OLE color: 12632666.

HSL color Cylindrical-coordinate representation of color #5AC2C0: hue angle of 178.85º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC2C0 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 194 192 -
CMYK 0.54 0 0.01 0.24
HSL 178.85º 0.46% 0.56% -
HSV(B) 178.85º 0.54% 0.76% -
XYZ 33.02 44.56 56.73 -
YUV 162.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 90 194 192 0.54 0 0.01 0.24 178.85 0.46 0.56
Hex 5A C2 C0 36 0 1 18 B3 2E 38
Octal 132 302 300 66 0 1 30 263 56 70
Binary 1011010 11000010 11000000 110110 0 1 11000 10110011 101110 111000

Color Harmonies of #5AC2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC2C0

Black with #5AC2C0

Text Example


Text Example

White with #5AC2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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