#4AE0D5

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

Shades of Turquoise #4AE0D5

Tints of Turquoise #4AE0D5

Color information

#4AE0D5 (or 0x4AE0D5) is unknown color: approx Turquoise. HEX triplet: 4A, E0 and D5. RGB value is (74,224,213). Sum of RGB (Red+Green+Blue) = 74+224+213=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE0D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE0D5 is #B51F2A. Grayscale: #B1B1B1. Windows color (decimal): -11869995 or 14016586. OLE color: 14016586.

HSL color Cylindrical-coordinate representation of color #4AE0D5: hue angle of 175.6º 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 #4AE0D5 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB74224213-
CMYK0.6700.050.12
HSL175.6º70.75%58.43%-
HSV(B)175.6º66.96%87.84%-
XYZ41.4959.5772.26-
YUV177.9147.853.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.48%
GREEN value IS 224 (87.89% from 255) = 43.84%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=14.48%
G=43.84%
B=41.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal742242130.6700.050.12175.670.7558.43
Hex4AE0D54305Cb0473a
Octal112340325103051426010772
Binary10010101110000011010101100001101011100101100001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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