Html Css Color HEX #4ACABA Medium Turquoise

📋 copy color: '#4ACABA'

red 74 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #4ACABA

Tints of Medium Turquoise #4ACABA

RGB

 RED value IS 74 (29.3% from 255) = 16.02%

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

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

R = 16.02%
G = 43.72%
B = 40.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#4ACABA (or 0x4ACABA) is known color: Medium Turquoise. HEX triplet: 4A, CA and BA. RGB value is (74,202,186). Sum of RGB (Red+Green+Blue) = 74+202+186=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACABA is #B53545. Grayscale: #A1A1A1. Windows color (decimal): -11875654 or 12241482. OLE color: 12241482.

HSL color Cylindrical-coordinate representation of color #4ACABA: hue angle of 172.5º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACABA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 202 186 -
CMYK 0.63 0 0.08 0.21
HSL 172.5º 0.55% 0.54% -
HSV(B) 172.5º 0.63% 0.79% -
XYZ 32.81 47.24 53.84 -
YUV 161.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 74 202 186 0.63 0 0.08 0.21 172.5 0.55 0.54
Hex 4A CA BA 3F 0 8 15 AC 37 36
Octal 112 312 272 77 0 10 25 254 67 66
Binary 1001010 11001010 10111010 111111 0 1000 10101 10101100 110111 110110

Color Harmonies of #4ACABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACABA

Black with #4ACABA

Text Example


Text Example

White with #4ACABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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