Html Css Color HEX #4DFADC Turquoise

📋 copy color: '#4DFADC'

red 77 ◦ green 250 ◦ blue 220

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

Shades of Turquoise #4DFADC

Tints of Turquoise #4DFADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.7%

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

R = 14.08%
G = 45.7%
B = 40.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#4DFADC (or 0x4DFADC) is known color: Turquoise. HEX triplet: 4D, FA and DC. RGB value is (77,250,220). Sum of RGB (Red+Green+Blue) = 77+250+220=547 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.08% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFADC is #B20523. Grayscale: #C2C2C2. Windows color (decimal): -11666724 or 14481997. OLE color: 14481997.

HSL color Cylindrical-coordinate representation of color #4DFADC: hue angle of 169.6º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFADC is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 220 -
CMYK 0.69 0 0.12 0.02
HSL 169.6º 0.95% 0.64% -
HSV(B) 169.6º 0.69% 0.98% -
XYZ 50.16 75.12 79.57 -
YUV 194.85 142.19 43.94 -
System Red Green Blue C M Y K H S L
Decimal 77 250 220 0.69 0 0.12 0.02 169.6 0.95 0.64
Hex 4D FA DC 45 0 C 2 AA 5F 40
Octal 115 372 334 105 0 14 2 252 137 100
Binary 1001101 11111010 11011100 1000101 0 1100 10 10101010 1011111 1000000

Color Harmonies of #4DFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFADC

Black with #4DFADC

Text Example


Text Example

White with #4DFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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