Html Css Color HEX #4ACACD Medium Turquoise

📋 copy color: '#4ACACD'

red 74 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #4ACACD

Tints of Medium Turquoise #4ACACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 15.38%
G = 42%
B = 42.62%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4ACACD (or 0x4ACACD) is known color: Medium Turquoise. HEX triplet: 4A, CA and CD. RGB value is (74,202,205). Sum of RGB (Red+Green+Blue) = 74+202+205=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #4ACACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACACD is #B53532. Grayscale: #A3A3A3. Windows color (decimal): -11875635 or 13486666. OLE color: 13486666.

HSL color Cylindrical-coordinate representation of color #4ACACD: hue angle of 181.37º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACACD is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 202 205 -
CMYK 0.64 0.01 0 0.20
HSL 181.37º 0.57% 0.55% -
HSV(B) 181.37º 0.64% 0.8% -
XYZ 34.96 48.1 65.2 -
YUV 164.07 151.09 63.76 -
System Red Green Blue C M Y K H S L
Decimal 74 202 205 0.64 0.01 0 0.20 181.37 0.57 0.55
Hex 4A CA CD 40 1 0 14 B5 39 37
Octal 112 312 315 100 1 0 24 265 71 67
Binary 1001010 11001010 11001101 1000000 1 0 10100 10110101 111001 110111

Color Harmonies of #4ACACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACACD

Black with #4ACACD

Text Example


Text Example

White with #4ACACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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