#4DF1C7

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

Shades of Turquoise #4DF1C7

Tints of Turquoise #4DF1C7

Color information

#4DF1C7 (or 0x4DF1C7) is unknown color: approx Turquoise. HEX triplet: 4D, F1 and C7. RGB value is (77,241,199). Sum of RGB (Red+Green+Blue) = 77+241+199=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF1C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF1C7 is #B20E38. Grayscale: #BBBBBB. Windows color (decimal): -11669049 or 13103437. OLE color: 13103437.

HSL color Cylindrical-coordinate representation of color #4DF1C7: hue angle of 164.63º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF1C7 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB77241199-
CMYK0.6800.170.05
HSL164.63º85.42%62.35%-
HSV(B)164.63º68.05%94.51%-
XYZ44.8268.6164.91-
YUV187.18134.6749.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.89%
GREEN value IS 241 (94.53% from 255) = 46.62%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=14.89%
G=46.62%
B=38.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal772411990.6800.170.05164.6385.4262.35
Hex4DF1C7440115a5553e
Octal115361307104021524512576
Binary100110111110001110001111000100010001101101001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,241,199); }

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

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

 a { background-color: rgb(77,241,199); }

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

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

 span { border-color: rgb(77,241,199); }

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