#4AC9D5

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

Shades of Medium Turquoise #4AC9D5

Tints of Medium Turquoise #4AC9D5

Color information

#4AC9D5 (or 0x4AC9D5) is unknown color: approx Medium Turquoise. HEX triplet: 4A, C9 and D5. RGB value is (74,201,213). Sum of RGB (Red+Green+Blue) = 74+201+213=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #4AC9D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC9D5 is #B5362A. Grayscale: #A4A4A4. Windows color (decimal): -11875883 or 14010698. OLE color: 14010698.

HSL color Cylindrical-coordinate representation of color #4AC9D5: hue angle of 185.18º 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 #4AC9D5 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB74201213-
CMYK0.650.0600.16
HSL185.18º62.33%56.27%-
HSV(B)185.18º65.26%83.53%-
XYZ35.7248.0370.34-
YUV164.4155.4263.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.16%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=15.16%
G=41.19%
B=43.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742012130.650.0600.16185.1862.3356.27
Hex4AC9D5416010b93e38
Octal11231132510160202717670
Binary10010101100100111010101100000111001000010111001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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