#4DD3D8

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

Shades of Medium Turquoise #4DD3D8

Tints of Medium Turquoise #4DD3D8

Color information

#4DD3D8 (or 0x4DD3D8) is unknown color: approx Medium Turquoise. HEX triplet: 4D, D3 and D8. RGB value is (77,211,216). Sum of RGB (Red+Green+Blue) = 77+211+216=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #4DD3D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD3D8 is #B22C27. Grayscale: #ABABAB. Windows color (decimal): -11676712 or 14209869. OLE color: 14209869.

HSL color Cylindrical-coordinate representation of color #4DD3D8: hue angle of 182.16º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD3D8 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB77211216-
CMYK0.640.0200.15
HSL182.16º64.06%57.45%-
HSV(B)182.16º64.35%84.71%-
XYZ38.7553.1273.18-
YUV171.5153.1160.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.28%
GREEN value IS 211 (82.81% from 255) = 41.87%
BLUE value IS 216 (84.77% from 255) = 42.86%
R=15.28%
G=41.87%
B=42.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772112160.640.0200.15182.1664.0657.45
Hex4DD3D84020Fb64039
Octal115323330100201726610071
Binary1001101110100111101100010000001001111101101101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,211,216); }

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

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

 a { background-color: rgb(77,211,216); }

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

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

 span { border-color: rgb(77,211,216); }

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