#4AE7D2

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

Shades of Turquoise #4AE7D2

Tints of Turquoise #4AE7D2

Color information

#4AE7D2 (or 0x4AE7D2) is unknown color: approx Turquoise. HEX triplet: 4A, E7 and D2. RGB value is (74,231,210). Sum of RGB (Red+Green+Blue) = 74+231+210=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #4AE7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AE7D2 is #B5182D. Grayscale: #B5B5B5. Windows color (decimal): -11868206 or 13821770. OLE color: 13821770.

HSL color Cylindrical-coordinate representation of color #4AE7D2: hue angle of 171.97º degrees, saturation: 0.77, 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 #4AE7D2 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB74231210-
CMYK0.6800.090.09
HSL171.97º76.59%59.8%-
HSV(B)171.97º67.97%90.59%-
XYZ43.0363.2670.92-
YUV181.66143.9951.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.37%
GREEN value IS 231 (90.62% from 255) = 44.85%
BLUE value IS 210 (82.42% from 255) = 40.78%
R=14.37%
G=44.85%
B=40.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal742312100.6800.090.09171.9776.5959.8
Hex4AE7D244099ac4d3c
Octal1123473221040111125411574
Binary100101011100111110100101000100010011001101011001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,231,210); }

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

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

 a { background-color: rgb(74,231,210); }

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

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

 span { border-color: rgb(74,231,210); }

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