Html Css Color HEX #4DEFDC Turquoise

📋 copy color: '#4DEFDC'

red 77 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #4DEFDC

Tints of Turquoise #4DEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.59%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 14.37%
G = 44.59%
B = 41.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#4DEFDC (or 0x4DEFDC) is known color: Turquoise. HEX triplet: 4D, EF and DC. RGB value is (77,239,220). Sum of RGB (Red+Green+Blue) = 77+239+220=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEFDC is #B21023. Grayscale: #BCBCBC. Windows color (decimal): -11669540 or 14479181. OLE color: 14479181.

HSL color Cylindrical-coordinate representation of color #4DEFDC: hue angle of 172.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEFDC is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 239 220 -
CMYK 0.68 0 0.08 0.06
HSL 172.96º 0.84% 0.62% -
HSV(B) 172.96º 0.68% 0.94% -
XYZ 46.85 68.48 78.46 -
YUV 188.4 145.83 48.54 -
System Red Green Blue C M Y K H S L
Decimal 77 239 220 0.68 0 0.08 0.06 172.96 0.84 0.62
Hex 4D EF DC 44 0 8 6 AD 54 3E
Octal 115 357 334 104 0 10 6 255 124 76
Binary 1001101 11101111 11011100 1000100 0 1000 110 10101101 1010100 111110

Color Harmonies of #4DEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEFDC

Black with #4DEFDC

Text Example


Text Example

White with #4DEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,239,220); }

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

background-color css

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

 a { background-color: rgb(77,239,220); }

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

border-color css

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

 span { border-color: rgb(77,239,220); }

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