Html Css Color HEX #3AC6BA Medium Turquoise

📋 copy color: '#3AC6BA'

red 58 ◦ green 198 ◦ blue 186

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

Shades of Medium Turquoise #3AC6BA

Tints of Medium Turquoise #3AC6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.8%

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

R = 13.12%
G = 44.8%
B = 42.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#3AC6BA (or 0x3AC6BA) is known color: Medium Turquoise. HEX triplet: 3A, C6 and BA. RGB value is (58,198,186). Sum of RGB (Red+Green+Blue) = 58+198+186=442 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.12% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC6BA is #C53945. Grayscale: #9A9A9A. Windows color (decimal): -12925254 or 12240442. OLE color: 12240442.

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

Color convert

RGB 58 198 186 -
CMYK 0.71 0 0.06 0.22
HSL 174.86º 0.55% 0.5% -
HSV(B) 174.86º 0.71% 0.78% -
XYZ 30.8 44.83 53.48 -
YUV 154.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 58 198 186 0.71 0 0.06 0.22 174.86 0.55 0.5
Hex 3A C6 BA 47 0 6 16 AF 37 32
Octal 72 306 272 107 0 6 26 257 67 62
Binary 111010 11000110 10111010 1000111 0 110 10110 10101111 110111 110010

Color Harmonies of #3AC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC6BA

Black with #3AC6BA

Text Example


Text Example

White with #3AC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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