#4ACCEA

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

Shades of Medium Turquoise #4ACCEA

Tints of Medium Turquoise #4ACCEA

Color information

#4ACCEA (or 0x4ACCEA) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CC and EA. RGB value is (74,204,234). Sum of RGB (Red+Green+Blue) = 74+204+234=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ACCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACCEA is #B53315. Grayscale: #A8A8A8. Windows color (decimal): -11875094 or 15387722. OLE color: 15387722.

HSL color Cylindrical-coordinate representation of color #4ACCEA: hue angle of 191.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ACCEA is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB74204234-
CMYK0.680.1300.08
HSL191.25º79.21%60.39%-
HSV(B)191.25º68.38%91.76%-
XYZ39.2750.5885.54-
YUV168.55164.9360.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.45%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=14.45%
G=39.84%
B=45.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal742042340.680.1300.08191.2579.2160.39
Hex4ACCEA44D08bf4f3c
Octal1123143521041501027711774
Binary100101011001100111010101000100110101000101111111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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