#4AD5CE

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

Shades of Medium Turquoise #4AD5CE

Tints of Medium Turquoise #4AD5CE

Color information

#4AD5CE (or 0x4AD5CE) is unknown color: approx Medium Turquoise. HEX triplet: 4A, D5 and CE. RGB value is (74,213,206). Sum of RGB (Red+Green+Blue) = 74+213+206=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD5CE is #B52A31. Grayscale: #AAAAAA. Windows color (decimal): -11872818 or 13555018. OLE color: 13555018.

HSL color Cylindrical-coordinate representation of color #4AD5CE: hue angle of 176.98º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD5CE is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB74213206-
CMYK0.6500.030.16
HSL176.98º62.33%56.27%-
HSV(B)176.98º65.26%83.53%-
XYZ37.7653.566.73-
YUV170.64147.9559.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.01%
GREEN value IS 213 (83.59% from 255) = 43.20%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=15.01%
G=43.20%
B=41.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742132060.6500.030.16176.9862.3356.27
Hex4AD5CE410310b13e38
Octal11232531610103202617670
Binary1001010110101011100111010000010111000010110001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,213,206); }

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

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

 a { background-color: rgb(74,213,206); }

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

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

 span { border-color: rgb(74,213,206); }

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