Html Css Color HEX #4DF6DC Turquoise

📋 copy color: '#4DF6DC'

red 77 ◦ green 246 ◦ blue 220

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

Shades of Turquoise #4DF6DC

Tints of Turquoise #4DF6DC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.3%

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

R = 14.18%
G = 45.3%
B = 40.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#4DF6DC (or 0x4DF6DC) is known color: Turquoise. HEX triplet: 4D, F6 and DC. RGB value is (77,246,220). Sum of RGB (Red+Green+Blue) = 77+246+220=543 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.18% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF6DC is #B20923. Grayscale: #C0C0C0. Windows color (decimal): -11667748 or 14480973. OLE color: 14480973.

HSL color Cylindrical-coordinate representation of color #4DF6DC: hue angle of 170.77º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF6DC is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 77 246 220 -
CMYK 0.69 0 0.11 0.04
HSL 170.77º 0.9% 0.63% -
HSV(B) 170.77º 0.69% 0.96% -
XYZ 48.93 72.66 79.16 -
YUV 192.51 143.51 45.61 -
System Red Green Blue C M Y K H S L
Decimal 77 246 220 0.69 0 0.11 0.04 170.77 0.9 0.63
Hex 4D F6 DC 45 0 B 4 AB 5A 3F
Octal 115 366 334 105 0 13 4 253 132 77
Binary 1001101 11110110 11011100 1000101 0 1011 100 10101011 1011010 111111

Color Harmonies of #4DF6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF6DC

Black with #4DF6DC

Text Example


Text Example

White with #4DF6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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