Html Css Color HEX #3AC4BD Medium Turquoise

📋 copy color: '#3AC4BD'

red 58 ◦ green 196 ◦ blue 189

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

Shades of Medium Turquoise #3AC4BD

Tints of Medium Turquoise #3AC4BD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.24%

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 13.09%
G = 44.24%
B = 42.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#3AC4BD (or 0x3AC4BD) is known color: Medium Turquoise. HEX triplet: 3A, C4 and BD. RGB value is (58,196,189). Sum of RGB (Red+Green+Blue) = 58+196+189=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC4BD is #C53B42. Grayscale: #999999. Windows color (decimal): -12925763 or 12436538. OLE color: 12436538.

HSL color Cylindrical-coordinate representation of color #3AC4BD: hue angle of 176.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC4BD is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 58 196 189 -
CMYK 0.70 0 0.04 0.23
HSL 176.96º 0.54% 0.5% -
HSV(B) 176.96º 0.7% 0.77% -
XYZ 30.67 44.05 55.03 -
YUV 153.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 58 196 189 0.70 0 0.04 0.23 176.96 0.54 0.5
Hex 3A C4 BD 46 0 4 17 B1 36 32
Octal 72 304 275 106 0 4 27 261 66 62
Binary 111010 11000100 10111101 1000110 0 100 10111 10110001 110110 110010

Color Harmonies of #3AC4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC4BD

Black with #3AC4BD

Text Example


Text Example

White with #3AC4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,196,189); }

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

background-color css

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

 a { background-color: rgb(58,196,189); }

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

border-color css

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

 span { border-color: rgb(58,196,189); }

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