#4DF6D5

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

Shades of Turquoise #4DF6D5

Tints of Turquoise #4DF6D5

Color information

#4DF6D5 (or 0x4DF6D5) is unknown color: approx Turquoise. HEX triplet: 4D, F6 and D5. RGB value is (77,246,213). Sum of RGB (Red+Green+Blue) = 77+246+213=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF6D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF6D5 is #B2092A. Grayscale: #BFBFBF. Windows color (decimal): -11667755 or 14022221. OLE color: 14022221.

HSL color Cylindrical-coordinate representation of color #4DF6D5: hue angle of 168.28º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF6D5 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB77246213-
CMYK0.6900.130.04
HSL168.28º90.37%63.33%-
HSV(B)168.28º68.7%96.47%-
XYZ48.0372.2974.37-
YUV191.71140.0146.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.37%
GREEN value IS 246 (96.48% from 255) = 45.90%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=14.37%
G=45.90%
B=39.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal772462130.6900.130.04168.2890.3763.33
Hex4DF6D5450D4a85a3f
Octal115366325105015425013277
Binary10011011111011011010101100010101101100101010001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,246,213); }

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

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

 a { background-color: rgb(77,246,213); }

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

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

 span { border-color: rgb(77,246,213); }

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