Html Css Color HEX #4DDDC0 Turquoise

📋 copy color: '#4DDDC0'

red 77 ◦ green 221 ◦ blue 192

#4DDDC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #4DDDC0

Tints of Turquoise #4DDDC0

RGB

 RED value IS 77 (30.47% from 255) = 15.71%

 GREEN value IS 221 (86.72% from 255) = 45.1%

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 15.71%
G = 45.1%
B = 39.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#4DDDC0 (or 0x4DDDC0) is known color: Turquoise. HEX triplet: 4D, DD and C0. RGB value is (77,221,192). Sum of RGB (Red+Green+Blue) = 77+221+192=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDC0 is #B2223F. Grayscale: #AEAEAE. Windows color (decimal): -11674176 or 12639565. OLE color: 12639565.

HSL color Cylindrical-coordinate representation of color #4DDDC0: hue angle of 167.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDDC0 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 221 192 -
CMYK 0.65 0 0.13 0.13
HSL 167.92º 0.68% 0.58% -
HSV(B) 167.92º 0.65% 0.87% -
XYZ 38.43 57.1 58.86 -
YUV 174.64 137.79 58.36 -
System Red Green Blue C M Y K H S L
Decimal 77 221 192 0.65 0 0.13 0.13 167.92 0.68 0.58
Hex 4D DD C0 41 0 D D A8 44 3A
Octal 115 335 300 101 0 15 15 250 104 72
Binary 1001101 11011101 11000000 1000001 0 1101 1101 10101000 1000100 111010

Color Harmonies of #4DDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDC0

Black with #4DDDC0

Text Example


Text Example

White with #4DDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,221,192); }

 H1.HeaderClassName
 {
   color: #4DDDC0;
 }
 .AnyTagClassName
 {
   color: #4DDDC0;
 }
</style>

background-color css

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

 a { background-color: rgb(77,221,192); }

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

border-color css

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

 span { border-color: rgb(77,221,192); }

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