Html Css Color HEX #4AD8C6 Medium Turquoise

📋 copy color: '#4AD8C6'

red 74 ◦ green 216 ◦ blue 198

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

Shades of Medium Turquoise #4AD8C6

Tints of Medium Turquoise #4AD8C6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.26%

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 15.16%
G = 44.26%
B = 40.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#4AD8C6 (or 0x4AD8C6) is known color: Medium Turquoise. HEX triplet: 4A, D8 and C6. RGB value is (74,216,198). Sum of RGB (Red+Green+Blue) = 74+216+198=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD8C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD8C6 is #B52739. Grayscale: #ABABAB. Windows color (decimal): -11872058 or 13031498. OLE color: 13031498.

HSL color Cylindrical-coordinate representation of color #4AD8C6: hue angle of 172.39º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD8C6 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 216 198 -
CMYK 0.66 0 0.08 0.15
HSL 172.39º 0.65% 0.57% -
HSV(B) 172.39º 0.66% 0.85% -
XYZ 37.57 54.64 61.99 -
YUV 171.49 142.96 58.46 -
System Red Green Blue C M Y K H S L
Decimal 74 216 198 0.66 0 0.08 0.15 172.39 0.65 0.57
Hex 4A D8 C6 42 0 8 F AC 41 39
Octal 112 330 306 102 0 10 17 254 101 71
Binary 1001010 11011000 11000110 1000010 0 1000 1111 10101100 1000001 111001

Color Harmonies of #4AD8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD8C6

Black with #4AD8C6

Text Example


Text Example

White with #4AD8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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