#4DF6C9

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

Shades of Turquoise #4DF6C9

Tints of Turquoise #4DF6C9

Color information

#4DF6C9 (or 0x4DF6C9) is unknown color: approx Turquoise. HEX triplet: 4D, F6 and C9. RGB value is (77,246,201). Sum of RGB (Red+Green+Blue) = 77+246+201=524 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.69% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF6C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF6C9 is #B20936. Grayscale: #BEBEBE. Windows color (decimal): -11667767 or 13235789. OLE color: 13235789.

HSL color Cylindrical-coordinate representation of color #4DF6C9: hue angle of 164.02º 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 #4DF6C9 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB77246201-
CMYK0.6900.180.04
HSL164.02º90.37%63.33%-
HSV(B)164.02º68.7%96.47%-
XYZ46.5671.7166.65-
YUV190.34134.0147.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.69%
GREEN value IS 246 (96.48% from 255) = 46.95%
BLUE value IS 201 (78.91% from 255) = 38.36%
R=14.69%
G=46.95%
B=38.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal772462010.6900.180.04164.0290.3763.33
Hex4DF6C9450124a45a3f
Octal115366311105022424413277
Binary100110111110110110010011000101010010100101001001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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