#4DE9C2

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

Shades of Turquoise #4DE9C2

Tints of Turquoise #4DE9C2

Color information

#4DE9C2 (or 0x4DE9C2) is unknown color: approx Turquoise. HEX triplet: 4D, E9 and C2. RGB value is (77,233,194). Sum of RGB (Red+Green+Blue) = 77+233+194=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #4DE9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DE9C2 is #B2163D. Grayscale: #B5B5B5. Windows color (decimal): -11671102 or 12773709. OLE color: 12773709.

HSL color Cylindrical-coordinate representation of color #4DE9C2: hue angle of 165º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DE9C2 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB77233194-
CMYK0.6700.170.09
HSL165º78%60.78%-
HSV(B)165º66.95%91.37%-
XYZ41.9463.7561.13-
YUV181.91134.8253.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.28%
GREEN value IS 233 (91.41% from 255) = 46.23%
BLUE value IS 194 (76.17% from 255) = 38.49%
R=15.28%
G=46.23%
B=38.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal772331940.6700.170.091657860.78
Hex4DE9C2430119a54e3d
Octal1153513021030211124511675
Binary1001101111010011100001010000110100011001101001011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DE9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,233,194); }

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

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

 a { background-color: rgb(77,233,194); }

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

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

 span { border-color: rgb(77,233,194); }

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