Html Css Color HEX #3ACAB5 Medium Turquoise

📋 copy color: '#3ACAB5'

red 58 ◦ green 202 ◦ blue 181

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

Shades of Medium Turquoise #3ACAB5

Tints of Medium Turquoise #3ACAB5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.8%

 BLUE value IS 181 (71.09% from 255) = 41.04%

R = 13.15%
G = 45.8%
B = 41.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#3ACAB5 (or 0x3ACAB5) is known color: Medium Turquoise. HEX triplet: 3A, CA and B5. RGB value is (58,202,181). Sum of RGB (Red+Green+Blue) = 58+202+181=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACAB5 is #C5354A. Grayscale: #9C9C9C. Windows color (decimal): -12924235 or 11913786. OLE color: 11913786.

HSL color Cylindrical-coordinate representation of color #3ACAB5: hue angle of 171.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACAB5 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 202 181 -
CMYK 0.71 0 0.10 0.21
HSL 171.25º 0.58% 0.51% -
HSV(B) 171.25º 0.71% 0.79% -
XYZ 31.21 46.48 51.04 -
YUV 156.55 141.79 57.71 -
System Red Green Blue C M Y K H S L
Decimal 58 202 181 0.71 0 0.10 0.21 171.25 0.58 0.51
Hex 3A CA B5 47 0 A 15 AB 3A 33
Octal 72 312 265 107 0 12 25 253 72 63
Binary 111010 11001010 10110101 1000111 0 1010 10101 10101011 111010 110011

Color Harmonies of #3ACAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACAB5

Black with #3ACAB5

Text Example


Text Example

White with #3ACAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,202,181); }

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

background-color css

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

 a { background-color: rgb(58,202,181); }

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

border-color css

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

 span { border-color: rgb(58,202,181); }

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