#4AC9CA

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

Shades of Medium Turquoise #4AC9CA

Tints of Medium Turquoise #4AC9CA

Color information

#4AC9CA (or 0x4AC9CA) is unknown color: approx Medium Turquoise. HEX triplet: 4A, C9 and CA. RGB value is (74,201,202). Sum of RGB (Red+Green+Blue) = 74+201+202=477 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.51% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AC9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC9CA is #B53635. Grayscale: #A3A3A3. Windows color (decimal): -11875894 or 13289802. OLE color: 13289802.

HSL color Cylindrical-coordinate representation of color #4AC9CA: hue angle of 180.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC9CA is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB74201202-
CMYK0.630.0000.21
HSL180.47º54.7%54.12%-
HSV(B)180.47º63.37%79.22%-
XYZ34.3747.4963.23-
YUV163.14149.9264.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.51%
GREEN value IS 201 (78.91% from 255) = 42.14%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=15.51%
G=42.14%
B=42.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742012020.630.0000.21180.4754.754.12
Hex4AC9CA3F0015b43736
Octal1123113127700252646766
Binary10010101100100111001010111111001010110110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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