#4AE6C7

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

Shades of Turquoise #4AE6C7

Tints of Turquoise #4AE6C7

Color information

#4AE6C7 (or 0x4AE6C7) is unknown color: approx Turquoise. HEX triplet: 4A, E6 and C7. RGB value is (74,230,199). Sum of RGB (Red+Green+Blue) = 74+230+199=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE6C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AE6C7 is #B51938. Grayscale: #B3B3B3. Windows color (decimal): -11868473 or 13100618. OLE color: 13100618.

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

Color convert

RGB74230199-
CMYK0.6800.130.10
HSL168.08º75.73%59.61%-
HSV(B)168.08º67.83%90.2%-
XYZ41.4362.1763.85-
YUV179.82138.8252.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.71%
GREEN value IS 230 (90.23% from 255) = 45.73%
BLUE value IS 199 (78.12% from 255) = 39.56%
R=14.71%
G=45.73%
B=39.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal742301990.6800.130.10168.0875.7359.61
Hex4AE6C7440DAa84c3c
Octal1123463071040151225011474
Binary100101011100110110001111000100011011010101010001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,230,199); }

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

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

 a { background-color: rgb(74,230,199); }

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

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

 span { border-color: rgb(74,230,199); }

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