#4DF4D0

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

Shades of Turquoise #4DF4D0

Tints of Turquoise #4DF4D0

Color information

#4DF4D0 (or 0x4DF4D0) is unknown color: approx Turquoise. HEX triplet: 4D, F4 and D0. RGB value is (77,244,208). Sum of RGB (Red+Green+Blue) = 77+244+208=529 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.56% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF4D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF4D0 is #B20B2F. Grayscale: #BDBDBD. Windows color (decimal): -11668272 or 13694029. OLE color: 13694029.

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

Color convert

RGB77244208-
CMYK0.6800.150.04
HSL167.07º88.36%62.94%-
HSV(B)167.07º68.44%95.69%-
XYZ46.870.8370.88-
YUV189.96138.1747.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.56%
GREEN value IS 244 (95.70% from 255) = 46.12%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=14.56%
G=46.12%
B=39.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal772442080.6800.150.04167.0788.3662.94
Hex4DF4D0440F4a7583f
Octal115364320104017424713077
Binary10011011111010011010000100010001111100101001111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,244,208); }

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

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

 a { background-color: rgb(77,244,208); }

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

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

 span { border-color: rgb(77,244,208); }

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