Html Css Color HEX #4AEAC4 Turquoise

📋 copy color: '#4AEAC4'

red 74 ◦ green 234 ◦ blue 196

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

Shades of Turquoise #4AEAC4

Tints of Turquoise #4AEAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.89%

R = 14.68%
G = 46.43%
B = 38.89%

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

#4AEAC4 (or 0x4AEAC4) is known color: Turquoise. HEX triplet: 4A, EA and C4. RGB value is (74,234,196). Sum of RGB (Red+Green+Blue) = 74+234+196=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEAC4 is #B5153B. Grayscale: #B5B5B5. Windows color (decimal): -11867452 or 12905034. OLE color: 12905034.

HSL color Cylindrical-coordinate representation of color #4AEAC4: hue angle of 165.75º 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 #4AEAC4 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 234 196 -
CMYK 0.68 0 0.16 0.08
HSL 165.75º 0.79% 0.6% -
HSV(B) 165.75º 0.68% 0.92% -
XYZ 42.21 64.29 62.41 -
YUV 181.83 135.99 51.09 -
System Red Green Blue C M Y K H S L
Decimal 74 234 196 0.68 0 0.16 0.08 165.75 0.79 0.6
Hex 4A EA C4 44 0 10 8 A6 4F 3C
Octal 112 352 304 104 0 20 10 246 117 74
Binary 1001010 11101010 11000100 1000100 0 10000 1000 10100110 1001111 111100

Color Harmonies of #4AEAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEAC4

Black with #4AEAC4

Text Example


Text Example

White with #4AEAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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