Html Css Color HEX #4DDEC6 Turquoise

📋 copy color: '#4DDEC6'

red 77 ◦ green 222 ◦ blue 198

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

Shades of Turquoise #4DDEC6

Tints of Turquoise #4DDEC6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.67%

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

R = 15.49%
G = 44.67%
B = 39.84%

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

#4DDEC6 (or 0x4DDEC6) is known color: Turquoise. HEX triplet: 4D, DE and C6. RGB value is (77,222,198). Sum of RGB (Red+Green+Blue) = 77+222+198=497 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.49% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDEC6 is #B22139. Grayscale: #AFAFAF. Windows color (decimal): -11673914 or 13033037. OLE color: 13033037.

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

Color convert

RGB 77 222 198 -
CMYK 0.65 0 0.11 0.13
HSL 170.07º 0.69% 0.59% -
HSV(B) 170.07º 0.65% 0.87% -
XYZ 39.37 57.9 62.53 -
YUV 175.91 140.46 57.45 -
System Red Green Blue C M Y K H S L
Decimal 77 222 198 0.65 0 0.11 0.13 170.07 0.69 0.59
Hex 4D DE C6 41 0 B D AA 45 3B
Octal 115 336 306 101 0 13 15 252 105 73
Binary 1001101 11011110 11000110 1000001 0 1011 1101 10101010 1000101 111011

Color Harmonies of #4DDEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDEC6

Black with #4DDEC6

Text Example


Text Example

White with #4DDEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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