Html Css Color HEX #3AC5BA Medium Turquoise

📋 copy color: '#3AC5BA'

red 58 ◦ green 197 ◦ blue 186

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

Shades of Medium Turquoise #3AC5BA

Tints of Medium Turquoise #3AC5BA

RGB

 RED value IS 58 (23.05% from 255) = 13.15%

 GREEN value IS 197 (77.34% from 255) = 44.67%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 13.15%
G = 44.67%
B = 42.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#3AC5BA (or 0x3AC5BA) is known color: Medium Turquoise. HEX triplet: 3A, C5 and BA. RGB value is (58,197,186). Sum of RGB (Red+Green+Blue) = 58+197+186=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC5BA is #C53A45. Grayscale: #9A9A9A. Windows color (decimal): -12925510 or 12240186. OLE color: 12240186.

HSL color Cylindrical-coordinate representation of color #3AC5BA: hue angle of 175.25º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC5BA is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 58 197 186 -
CMYK 0.71 0 0.06 0.23
HSL 175.25º 0.55% 0.5% -
HSV(B) 175.25º 0.71% 0.77% -
XYZ 30.57 44.38 53.41 -
YUV 154.19 145.95 59.39 -
System Red Green Blue C M Y K H S L
Decimal 58 197 186 0.71 0 0.06 0.23 175.25 0.55 0.5
Hex 3A C5 BA 47 0 6 17 AF 37 32
Octal 72 305 272 107 0 6 27 257 67 62
Binary 111010 11000101 10111010 1000111 0 110 10111 10101111 110111 110010

Color Harmonies of #3AC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC5BA

Black with #3AC5BA

Text Example


Text Example

White with #3AC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AC5BA; }

 p { color: rgb(58,197,186); }

 H1.HeaderClassName
 {
   color: #3AC5BA;
 }
 .AnyTagClassName
 {
   color: #3AC5BA;
 }
</style>

background-color css

<style>
 a { background-color: #3AC5BA; }

 a { background-color: rgb(58,197,186); }

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

border-color css

<style>
 span { border-color: #3AC5BA; }

 span { border-color: rgb(58,197,186); }

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