Html Css Color HEX #4DDDC6 Turquoise

📋 copy color: '#4DDDC6'

red 77 ◦ green 221 ◦ blue 198

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

Shades of Turquoise #4DDDC6

Tints of Turquoise #4DDDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.92%

R = 15.52%
G = 44.56%
B = 39.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#4DDDC6 (or 0x4DDDC6) is known color: Turquoise. HEX triplet: 4D, DD and C6. RGB value is (77,221,198). Sum of RGB (Red+Green+Blue) = 77+221+198=496 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.52% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDC6 is #B22239. Grayscale: #AFAFAF. Windows color (decimal): -11674170 or 13032781. OLE color: 13032781.

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

Color convert

RGB 77 221 198 -
CMYK 0.65 0 0.10 0.13
HSL 170.42º 0.68% 0.58% -
HSV(B) 170.42º 0.65% 0.87% -
XYZ 39.11 57.37 62.44 -
YUV 175.32 140.79 57.87 -
System Red Green Blue C M Y K H S L
Decimal 77 221 198 0.65 0 0.10 0.13 170.42 0.68 0.58
Hex 4D DD C6 41 0 A D AA 44 3A
Octal 115 335 306 101 0 12 15 252 104 72
Binary 1001101 11011101 11000110 1000001 0 1010 1101 10101010 1000100 111010

Color Harmonies of #4DDDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDC6

Black with #4DDDC6

Text Example


Text Example

White with #4DDDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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