Html Css Color HEX #3AC2BE Medium Turquoise

📋 copy color: '#3AC2BE'

red 58 ◦ green 194 ◦ blue 190

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

Shades of Medium Turquoise #3AC2BE

Tints of Medium Turquoise #3AC2BE

RGB

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

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

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

R = 13.12%
G = 43.89%
B = 42.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#3AC2BE (or 0x3AC2BE) is known color: Medium Turquoise. HEX triplet: 3A, C2 and BE. RGB value is (58,194,190). Sum of RGB (Red+Green+Blue) = 58+194+190=442 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.12% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC2BE is #C53D41. Grayscale: #989898. Windows color (decimal): -12926274 or 12501562. OLE color: 12501562.

HSL color Cylindrical-coordinate representation of color #3AC2BE: hue angle of 178.24º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC2BE is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 194 190 -
CMYK 0.70 0 0.02 0.24
HSL 178.24º 0.54% 0.49% -
HSV(B) 178.24º 0.7% 0.76% -
XYZ 30.33 43.2 55.46 -
YUV 152.88 148.94 60.33 -
System Red Green Blue C M Y K H S L
Decimal 58 194 190 0.70 0 0.02 0.24 178.24 0.54 0.49
Hex 3A C2 BE 46 0 2 18 B2 36 31
Octal 72 302 276 106 0 2 30 262 66 61
Binary 111010 11000010 10111110 1000110 0 10 11000 10110010 110110 110001

Color Harmonies of #3AC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC2BE

Black with #3AC2BE

Text Example


Text Example

White with #3AC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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