Html Css Color HEX #4AE0C0 Turquoise

📋 copy color: '#4AE0C0'

red 74 ◦ green 224 ◦ blue 192

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

Shades of Turquoise #4AE0C0

Tints of Turquoise #4AE0C0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 15.1%
G = 45.71%
B = 39.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#4AE0C0 (or 0x4AE0C0) is known color: Turquoise. HEX triplet: 4A, E0 and C0. RGB value is (74,224,192). Sum of RGB (Red+Green+Blue) = 74+224+192=490 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.10% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE0C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE0C0 is #B51F3F. Grayscale: #AFAFAF. Windows color (decimal): -11870016 or 12640330. OLE color: 12640330.

HSL color Cylindrical-coordinate representation of color #4AE0C0: hue angle of 167.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE0C0 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 224 192 -
CMYK 0.67 0 0.14 0.12
HSL 167.2º 0.71% 0.58% -
HSV(B) 167.2º 0.67% 0.88% -
XYZ 38.99 58.57 59.12 -
YUV 175.5 137.31 55.6 -
System Red Green Blue C M Y K H S L
Decimal 74 224 192 0.67 0 0.14 0.12 167.2 0.71 0.58
Hex 4A E0 C0 43 0 E C A7 47 3A
Octal 112 340 300 103 0 16 14 247 107 72
Binary 1001010 11100000 11000000 1000011 0 1110 1100 10100111 1000111 111010

Color Harmonies of #4AE0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE0C0

Black with #4AE0C0

Text Example


Text Example

White with #4AE0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,224,192); }

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

background-color css

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

 a { background-color: rgb(74,224,192); }

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

border-color css

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

 span { border-color: rgb(74,224,192); }

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