#4ACCE9

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

Shades of Medium Turquoise #4ACCE9

Tints of Medium Turquoise #4ACCE9

Color information

#4ACCE9 (or 0x4ACCE9) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CC and E9. RGB value is (74,204,233). Sum of RGB (Red+Green+Blue) = 74+204+233=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #4ACCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACCE9 is #B53316. Grayscale: #A8A8A8. Windows color (decimal): -11875095 or 15322186. OLE color: 15322186.

HSL color Cylindrical-coordinate representation of color #4ACCE9: hue angle of 190.94º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ACCE9 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB74204233-
CMYK0.680.1200.09
HSL190.94º78.33%60.2%-
HSV(B)190.94º68.24%91.37%-
XYZ39.1250.5284.78-
YUV168.44164.4360.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.48%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 233 (91.41% from 255) = 45.60%
R=14.48%
G=39.92%
B=45.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal742042330.680.1200.09190.9478.3360.2
Hex4ACCE944C09bf4e3c
Octal1123143511041401127711674
Binary100101011001100111010011000100110001001101111111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,204,233); }

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

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

 a { background-color: rgb(74,204,233); }

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

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

 span { border-color: rgb(74,204,233); }

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