Html Css Color HEX #3ACABA Medium Turquoise

📋 copy color: '#3ACABA'

red 58 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #3ACABA

Tints of Medium Turquoise #3ACABA

RGB

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

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

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

R = 13%
G = 45.29%
B = 41.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#3ACABA (or 0x3ACABA) is known color: Medium Turquoise. HEX triplet: 3A, CA and BA. RGB value is (58,202,186). Sum of RGB (Red+Green+Blue) = 58+202+186=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACABA is #C53545. Grayscale: #9D9D9D. Windows color (decimal): -12924230 or 12241466. OLE color: 12241466.

HSL color Cylindrical-coordinate representation of color #3ACABA: hue angle of 173.33º 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 #3ACABA is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 202 186 -
CMYK 0.71 0 0.08 0.21
HSL 173.33º 0.58% 0.51% -
HSV(B) 173.33º 0.71% 0.79% -
XYZ 31.73 46.69 53.79 -
YUV 157.12 144.29 57.3 -
System Red Green Blue C M Y K H S L
Decimal 58 202 186 0.71 0 0.08 0.21 173.33 0.58 0.51
Hex 3A CA BA 47 0 8 15 AD 3A 33
Octal 72 312 272 107 0 10 25 255 72 63
Binary 111010 11001010 10111010 1000111 0 1000 10101 10101101 111010 110011

Color Harmonies of #3ACABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACABA

Black with #3ACABA

Text Example


Text Example

White with #3ACABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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