Html Css Color HEX #4ACADE Medium Turquoise

📋 copy color: '#4ACADE'

red 74 ◦ green 202 ◦ blue 222

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

Shades of Medium Turquoise #4ACADE

Tints of Medium Turquoise #4ACADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 14.86%
G = 40.56%
B = 44.58%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ACADE (or 0x4ACADE) is known color: Medium Turquoise. HEX triplet: 4A, CA and DE. RGB value is (74,202,222). Sum of RGB (Red+Green+Blue) = 74+202+222=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #4ACADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACADE is #B53521. Grayscale: #A5A5A5. Windows color (decimal): -11875618 or 14600778. OLE color: 14600778.

HSL color Cylindrical-coordinate representation of color #4ACADE: hue angle of 188.11º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ACADE is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 202 222 -
CMYK 0.67 0.09 0 0.13
HSL 188.11º 0.69% 0.58% -
HSV(B) 188.11º 0.67% 0.87% -
XYZ 37.13 48.97 76.6 -
YUV 166.01 159.59 62.37 -
System Red Green Blue C M Y K H S L
Decimal 74 202 222 0.67 0.09 0 0.13 188.11 0.69 0.58
Hex 4A CA DE 43 9 0 D BC 45 3A
Octal 112 312 336 103 11 0 15 274 105 72
Binary 1001010 11001010 11011110 1000011 1001 0 1101 10111100 1000101 111010

Color Harmonies of #4ACADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACADE

Black with #4ACADE

Text Example


Text Example

White with #4ACADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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