#4AD0CB

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

Shades of Medium Turquoise #4AD0CB

Tints of Medium Turquoise #4AD0CB

Color information

#4AD0CB (or 0x4AD0CB) is unknown color: approx Medium Turquoise. HEX triplet: 4A, D0 and CB. RGB value is (74,208,203). Sum of RGB (Red+Green+Blue) = 74+208+203=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD0CB is #B52F34. Grayscale: #A7A7A7. Windows color (decimal): -11874101 or 13357130. OLE color: 13357130.

HSL color Cylindrical-coordinate representation of color #4AD0CB: hue angle of 177.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD0CB is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB74208203-
CMYK0.6400.020.18
HSL177.76º58.77%55.29%-
HSV(B)177.76º64.42%81.57%-
XYZ36.1650.8864.41-
YUV167.36148.1161.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.26%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=15.26%
G=42.89%
B=41.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal742082030.6400.020.18177.7658.7755.29
Hex4AD0CB400212b23b37
Octal11232031310002222627367
Binary1001010110100001100101110000000101001010110010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,208,203); }

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

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

 a { background-color: rgb(74,208,203); }

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

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

 span { border-color: rgb(74,208,203); }

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