Html Css Color HEX #4AD6DC Medium Turquoise

📋 copy color: '#4AD6DC'

red 74 ◦ green 214 ◦ blue 220

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

Shades of Medium Turquoise #4AD6DC

Tints of Medium Turquoise #4AD6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.13%

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

R = 14.57%
G = 42.13%
B = 43.31%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4AD6DC (or 0x4AD6DC) is known color: Medium Turquoise. HEX triplet: 4A, D6 and DC. RGB value is (74,214,220). Sum of RGB (Red+Green+Blue) = 74+214+220=508 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.57% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AD6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD6DC is #B52923. Grayscale: #ACACAC. Windows color (decimal): -11872548 or 14472778. OLE color: 14472778.

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

Color convert

RGB 74 214 220 -
CMYK 0.66 0.03 0 0.14
HSL 182.47º 0.68% 0.58% -
HSV(B) 182.47º 0.66% 0.86% -
XYZ 39.79 54.72 76.17 -
YUV 172.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 74 214 220 0.66 0.03 0 0.14 182.47 0.68 0.58
Hex 4A D6 DC 42 3 0 E B6 44 3A
Octal 112 326 334 102 3 0 16 266 104 72
Binary 1001010 11010110 11011100 1000010 11 0 1110 10110110 1000100 111010

Color Harmonies of #4AD6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD6DC

Black with #4AD6DC

Text Example


Text Example

White with #4AD6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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