#4ACED5

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

Shades of Medium Turquoise #4ACED5

Tints of Medium Turquoise #4ACED5

Color information

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

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

Color convert

RGB74206213-
CMYK0.650.0300.16
HSL183.02º62.33%56.27%-
HSV(B)183.02º65.26%83.53%-
XYZ36.9150.470.73-
YUV167.33153.7761.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742062130.650.0300.16183.0262.3356.27
Hex4ACED5413010b73e38
Octal11231632510130202677670
Binary1001010110011101101010110000011101000010110111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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