#4AD7C8

Color #4AD7C8 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4AD7C8

Tints of Medium Turquoise #4AD7C8

Color information

#4AD7C8 (or 0x4AD7C8) is unknown color: approx Medium Turquoise. HEX triplet: 4A, D7 and C8. RGB value is (74,215,200). Sum of RGB (Red+Green+Blue) = 74+215+200=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD7C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD7C8 is #B52837. Grayscale: #ABABAB. Windows color (decimal): -11872312 or 13162314. OLE color: 13162314.

HSL color Cylindrical-coordinate representation of color #4AD7C8: hue angle of 173.62º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD7C8 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB74215200-
CMYK0.6600.070.16
HSL173.62º63.8%56.67%-
HSV(B)173.62º65.58%84.31%-
XYZ37.5554.2363.13-
YUV171.13144.2958.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.13%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 200 (78.52% from 255) = 40.90%
R=15.13%
G=43.97%
B=40.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742152000.6600.070.16173.6263.856.67
Hex4AD7C8420710ae4039
Octal112327310102072025610071
Binary100101011010111110010001000010011110000101011101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,215,200); }

 H1.HeaderClassName
 {
   color: #4AD7C8;
 }
 .AnyTagClassName
 {
   color: #4AD7C8;
 }
</style>
background-color css

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

 a { background-color: rgb(74,215,200); }

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

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

 span { border-color: rgb(74,215,200); }

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