Html Css Color HEX #4DFCDC Turquoise

📋 copy color: '#4DFCDC'

red 77 ◦ green 252 ◦ blue 220

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

Shades of Turquoise #4DFCDC

Tints of Turquoise #4DFCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.9%

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

R = 14.03%
G = 45.9%
B = 40.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#4DFCDC (or 0x4DFCDC) is known color: Turquoise. HEX triplet: 4D, FC and DC. RGB value is (77,252,220). Sum of RGB (Red+Green+Blue) = 77+252+220=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCDC is #B20323. Grayscale: #C3C3C3. Windows color (decimal): -11666212 or 14482509. OLE color: 14482509.

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

Color convert

RGB 77 252 220 -
CMYK 0.69 0 0.13 0.01
HSL 169.03º 0.97% 0.65% -
HSV(B) 169.03º 0.69% 0.99% -
XYZ 50.79 76.37 79.77 -
YUV 196.03 141.52 43.1 -
System Red Green Blue C M Y K H S L
Decimal 77 252 220 0.69 0 0.13 0.01 169.03 0.97 0.65
Hex 4D FC DC 45 0 D 1 A9 61 41
Octal 115 374 334 105 0 15 1 251 141 101
Binary 1001101 11111100 11011100 1000101 0 1101 1 10101001 1100001 1000001

Color Harmonies of #4DFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCDC

Black with #4DFCDC

Text Example


Text Example

White with #4DFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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