Html Css Color HEX #4ACCDC Medium Turquoise

📋 copy color: '#4ACCDC'

red 74 ◦ green 204 ◦ blue 220

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

Shades of Medium Turquoise #4ACCDC

Tints of Medium Turquoise #4ACCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 14.86%
G = 40.96%
B = 44.18%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4ACCDC (or 0x4ACCDC) is known color: Medium Turquoise. HEX triplet: 4A, CC and DC. RGB value is (74,204,220). Sum of RGB (Red+Green+Blue) = 74+204+220=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ACCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCDC is #B53323. Grayscale: #A6A6A6. Windows color (decimal): -11875108 or 14470218. OLE color: 14470218.

HSL color Cylindrical-coordinate representation of color #4ACCDC: hue angle of 186.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACCDC is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 204 220 -
CMYK 0.66 0.07 0 0.14
HSL 186.58º 0.68% 0.58% -
HSV(B) 186.58º 0.66% 0.86% -
XYZ 37.34 49.81 75.36 -
YUV 166.95 157.93 61.7 -
System Red Green Blue C M Y K H S L
Decimal 74 204 220 0.66 0.07 0 0.14 186.58 0.68 0.58
Hex 4A CC DC 42 7 0 E BB 44 3A
Octal 112 314 334 102 7 0 16 273 104 72
Binary 1001010 11001100 11011100 1000010 111 0 1110 10111011 1000100 111010

Color Harmonies of #4ACCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACCDC

Black with #4ACCDC

Text Example


Text Example

White with #4ACCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,204,220); }

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

background-color css

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

 a { background-color: rgb(74,204,220); }

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

border-color css

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

 span { border-color: rgb(74,204,220); }

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