#4cd4d1

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

Shades of Medium Turquoise #4CD4D1

Tints of Medium Turquoise #4CD4D1

Color information

#4CD4D1 (or 0x4CD4D1) is unknown color: approx Medium Turquoise. HEX triplet: 4C, D4 and D1. RGB value is (76,212,209). Sum of RGB (Red+Green+Blue) = 76+212+209=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #4CD4D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD4D1 is #B32B2E. Grayscale: #AAAAAA. Windows color (decimal): -11741999 or 13751372. OLE color: 13751372.

HSL color Cylindrical-coordinate representation of color #4CD4D1: hue angle of 178.68º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD4D1 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB76212209-
CMYK0.6400.010.17
HSL178.68º61.26%56.47%-
HSV(B)178.68º64.15%83.14%-
XYZ38.0353.2368.59-
YUV170.99149.4460.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.29%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 209 (82.03% from 255) = 42.05%
R=15.29%
G=42.66%
B=42.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal762122090.6400.010.17178.6861.2656.47
Hex4CD4D1400111b33d38
Octal11432432110001212637570
Binary100110011010100110100011000000011000110110011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cd4d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,212,209); }

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

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

 a { background-color: rgb(76,212,209); }

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

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

 span { border-color: rgb(76,212,209); }

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