Html Css Color HEX #5AC2BE Medium Turquoise

📋 copy color: '#5AC2BE'

red 90 ◦ green 194 ◦ blue 190

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

Shades of Medium Turquoise #5AC2BE

Tints of Medium Turquoise #5AC2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 18.99%
G = 40.93%
B = 40.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#5AC2BE (or 0x5AC2BE) is known color: Medium Turquoise. HEX triplet: 5A, C2 and BE. RGB value is (90,194,190). Sum of RGB (Red+Green+Blue) = 90+194+190=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC2BE is #A53D41. Grayscale: #A2A2A2. Windows color (decimal): -10829122 or 12501594. OLE color: 12501594.

HSL color Cylindrical-coordinate representation of color #5AC2BE: hue angle of 177.69º 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 #5AC2BE is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 194 190 -
CMYK 0.54 0 0.02 0.24
HSL 177.69º 0.46% 0.56% -
HSV(B) 177.69º 0.54% 0.76% -
XYZ 32.8 44.47 55.57 -
YUV 162.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 90 194 190 0.54 0 0.02 0.24 177.69 0.46 0.56
Hex 5A C2 BE 36 0 2 18 B2 2E 38
Octal 132 302 276 66 0 2 30 262 56 70
Binary 1011010 11000010 10111110 110110 0 10 11000 10110010 101110 111000

Color Harmonies of #5AC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC2BE

Black with #5AC2BE

Text Example


Text Example

White with #5AC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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