Html Css Color HEX #3AC2BB Medium Turquoise

📋 copy color: '#3AC2BB'

red 58 ◦ green 194 ◦ blue 187

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

Shades of Medium Turquoise #3AC2BB

Tints of Medium Turquoise #3AC2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 13.21%
G = 44.19%
B = 42.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#3AC2BB (or 0x3AC2BB) is known color: Medium Turquoise. HEX triplet: 3A, C2 and BB. RGB value is (58,194,187). Sum of RGB (Red+Green+Blue) = 58+194+187=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC2BB is #C53D44. Grayscale: #989898. Windows color (decimal): -12926277 or 12304954. OLE color: 12304954.

HSL color Cylindrical-coordinate representation of color #3AC2BB: hue angle of 176.91º 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 #3AC2BB is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 194 187 -
CMYK 0.70 0 0.04 0.24
HSL 176.91º 0.54% 0.49% -
HSV(B) 176.91º 0.7% 0.76% -
XYZ 30.01 43.07 53.75 -
YUV 152.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 58 194 187 0.70 0 0.04 0.24 176.91 0.54 0.49
Hex 3A C2 BB 46 0 4 18 B1 36 31
Octal 72 302 273 106 0 4 30 261 66 61
Binary 111010 11000010 10111011 1000110 0 100 11000 10110001 110110 110001

Color Harmonies of #3AC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC2BB

Black with #3AC2BB

Text Example


Text Example

White with #3AC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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