Html Css Color HEX #4AEAC5 Turquoise

📋 copy color: '#4AEAC5'

red 74 ◦ green 234 ◦ blue 197

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

Shades of Turquoise #4AEAC5

Tints of Turquoise #4AEAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.34%

 BLUE value IS 197 (77.34% from 255) = 39.01%

R = 14.65%
G = 46.34%
B = 39.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#4AEAC5 (or 0x4AEAC5) is known color: Turquoise. HEX triplet: 4A, EA and C5. RGB value is (74,234,197). Sum of RGB (Red+Green+Blue) = 74+234+197=505 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.65% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEAC5 is #B5153A. Grayscale: #B5B5B5. Windows color (decimal): -11867451 or 12970570. OLE color: 12970570.

HSL color Cylindrical-coordinate representation of color #4AEAC5: hue angle of 166.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEAC5 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 234 197 -
CMYK 0.68 0 0.16 0.08
HSL 166.13º 0.79% 0.6% -
HSV(B) 166.13º 0.68% 0.92% -
XYZ 42.32 64.33 63.01 -
YUV 181.94 136.49 51.01 -
System Red Green Blue C M Y K H S L
Decimal 74 234 197 0.68 0 0.16 0.08 166.13 0.79 0.6
Hex 4A EA C5 44 0 10 8 A6 4F 3C
Octal 112 352 305 104 0 20 10 246 117 74
Binary 1001010 11101010 11000101 1000100 0 10000 1000 10100110 1001111 111100

Color Harmonies of #4AEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEAC5

Black with #4AEAC5

Text Example


Text Example

White with #4AEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,234,197); }

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

background-color css

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

 a { background-color: rgb(74,234,197); }

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

border-color css

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

 span { border-color: rgb(74,234,197); }

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