Html Css Color HEX #4AC6DC Medium Turquoise

📋 copy color: '#4AC6DC'

red 74 ◦ green 198 ◦ blue 220

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

Shades of Medium Turquoise #4AC6DC

Tints of Medium Turquoise #4AC6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.24%

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

R = 15.04%
G = 40.24%
B = 44.72%

CMYK

 C value IS 0.66

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4AC6DC (or 0x4AC6DC) is known color: Medium Turquoise. HEX triplet: 4A, C6 and DC. RGB value is (74,198,220). Sum of RGB (Red+Green+Blue) = 74+198+220=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AC6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC6DC is #B53923. Grayscale: #A3A3A3. Windows color (decimal): -11876644 or 14468682. OLE color: 14468682.

HSL color Cylindrical-coordinate representation of color #4AC6DC: hue angle of 189.04º 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 #4AC6DC is Cyan = 0.66, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 198 220 -
CMYK 0.66 0.1 0 0.14
HSL 189.04º 0.68% 0.58% -
HSV(B) 189.04º 0.66% 0.86% -
XYZ 35.94 47.01 74.89 -
YUV 163.43 159.92 64.21 -
System Red Green Blue C M Y K H S L
Decimal 74 198 220 0.66 0.1 0 0.14 189.04 0.68 0.58
Hex 4A C6 DC 42 A 0 E BD 44 3A
Octal 112 306 334 102 12 0 16 275 104 72
Binary 1001010 11000110 11011100 1000010 1010 0 1110 10111101 1000100 111010

Color Harmonies of #4AC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC6DC

Black with #4AC6DC

Text Example


Text Example

White with #4AC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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