Html Css Color HEX #4DFADE Turquoise

📋 copy color: '#4DFADE'

red 77 ◦ green 250 ◦ blue 222

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

Shades of Turquoise #4DFADE

Tints of Turquoise #4DFADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 14.03%
G = 45.54%
B = 40.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#4DFADE (or 0x4DFADE) is known color: Turquoise. HEX triplet: 4D, FA and DE. RGB value is (77,250,222). Sum of RGB (Red+Green+Blue) = 77+250+222=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFADE is #B20521. Grayscale: #C3C3C3. Windows color (decimal): -11666722 or 14613069. OLE color: 14613069.

HSL color Cylindrical-coordinate representation of color #4DFADE: hue angle of 170.29º 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 #4DFADE is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 222 -
CMYK 0.69 0 0.11 0.02
HSL 170.29º 0.95% 0.64% -
HSV(B) 170.29º 0.69% 0.98% -
XYZ 50.43 75.22 80.97 -
YUV 195.08 143.19 43.78 -
System Red Green Blue C M Y K H S L
Decimal 77 250 222 0.69 0 0.11 0.02 170.29 0.95 0.64
Hex 4D FA DE 45 0 B 2 AA 5F 40
Octal 115 372 336 105 0 13 2 252 137 100
Binary 1001101 11111010 11011110 1000101 0 1011 10 10101010 1011111 1000000

Color Harmonies of #4DFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFADE

Black with #4DFADE

Text Example


Text Example

White with #4DFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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