Html Css Color HEX #4DDDC4 Turquoise

📋 copy color: '#4DDDC4'

red 77 ◦ green 221 ◦ blue 196

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

Shades of Turquoise #4DDDC4

Tints of Turquoise #4DDDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.68%

R = 15.59%
G = 44.74%
B = 39.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#4DDDC4 (or 0x4DDDC4) is known color: Turquoise. HEX triplet: 4D, DD and C4. RGB value is (77,221,196). Sum of RGB (Red+Green+Blue) = 77+221+196=494 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.59% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDC4 is #B2223B. Grayscale: #AFAFAF. Windows color (decimal): -11674172 or 12901709. OLE color: 12901709.

HSL color Cylindrical-coordinate representation of color #4DDDC4: hue angle of 169.58º 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 #4DDDC4 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 221 196 -
CMYK 0.65 0 0.11 0.13
HSL 169.58º 0.68% 0.58% -
HSV(B) 169.58º 0.65% 0.87% -
XYZ 38.88 57.28 61.23 -
YUV 175.09 139.79 58.03 -
System Red Green Blue C M Y K H S L
Decimal 77 221 196 0.65 0 0.11 0.13 169.58 0.68 0.58
Hex 4D DD C4 41 0 B D AA 44 3A
Octal 115 335 304 101 0 13 15 252 104 72
Binary 1001101 11011101 11000100 1000001 0 1011 1101 10101010 1000100 111010

Color Harmonies of #4DDDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDC4

Black with #4DDDC4

Text Example


Text Example

White with #4DDDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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