#4AE0C4

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

Shades of Turquoise #4AE0C4

Tints of Turquoise #4AE0C4

Color information

#4AE0C4 (or 0x4AE0C4) is unknown color: approx Turquoise. HEX triplet: 4A, E0 and C4. RGB value is (74,224,196). Sum of RGB (Red+Green+Blue) = 74+224+196=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE0C4 is #B51F3B. Grayscale: #AFAFAF. Windows color (decimal): -11870012 or 12902474. OLE color: 12902474.

HSL color Cylindrical-coordinate representation of color #4AE0C4: hue angle of 168.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE0C4 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB74224196-
CMYK0.6700.120.12
HSL168.8º70.75%58.43%-
HSV(B)168.8º66.96%87.84%-
XYZ39.4458.7561.49-
YUV175.96139.355.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.98%
GREEN value IS 224 (87.89% from 255) = 45.34%
BLUE value IS 196 (76.95% from 255) = 39.68%
R=14.98%
G=45.34%
B=39.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal742241960.6700.120.12168.870.7558.43
Hex4AE0C4430CCa9473a
Octal1123403041030141425110772
Binary100101011100000110001001000011011001100101010011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,224,196); }

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

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

 a { background-color: rgb(74,224,196); }

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

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

 span { border-color: rgb(74,224,196); }

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