#4DF1C9

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

Shades of Turquoise #4DF1C9

Tints of Turquoise #4DF1C9

Color information

#4DF1C9 (or 0x4DF1C9) is unknown color: approx Turquoise. HEX triplet: 4D, F1 and C9. RGB value is (77,241,201). Sum of RGB (Red+Green+Blue) = 77+241+201=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF1C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF1C9 is #B20E36. Grayscale: #BBBBBB. Windows color (decimal): -11669047 or 13234509. OLE color: 13234509.

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

Color convert

RGB77241201-
CMYK0.6800.170.05
HSL165.37º85.42%62.35%-
HSV(B)165.37º68.05%94.51%-
XYZ45.0668.7166.14-
YUV187.4135.6749.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.84%
GREEN value IS 241 (94.53% from 255) = 46.44%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=14.84%
G=46.44%
B=38.73%

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
Decimal772412010.6800.170.05165.3785.4262.35
Hex4DF1C9440115a5553e
Octal115361311104021524512576
Binary100110111110001110010011000100010001101101001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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