Html Css Color HEX #4DFDC0 Turquoise

📋 copy color: '#4DFDC0'

red 77 ◦ green 253 ◦ blue 192

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

Shades of Turquoise #4DFDC0

Tints of Turquoise #4DFDC0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.47%

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 14.75%
G = 48.47%
B = 36.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#4DFDC0 (or 0x4DFDC0) is known color: Turquoise. HEX triplet: 4D, FD and C0. RGB value is (77,253,192). Sum of RGB (Red+Green+Blue) = 77+253+192=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDC0 is #B2023F. Grayscale: #C1C1C1. Windows color (decimal): -11665984 or 12647757. OLE color: 12647757.

HSL color Cylindrical-coordinate representation of color #4DFDC0: hue angle of 159.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFDC0 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 253 192 -
CMYK 0.70 0 0.24 0.01
HSL 159.2º 0.98% 0.65% -
HSV(B) 159.2º 0.7% 0.99% -
XYZ 47.7 75.63 61.95 -
YUV 193.42 127.19 44.96 -
System Red Green Blue C M Y K H S L
Decimal 77 253 192 0.70 0 0.24 0.01 159.2 0.98 0.65
Hex 4D FD C0 46 0 18 1 9F 62 41
Octal 115 375 300 106 0 30 1 237 142 101
Binary 1001101 11111101 11000000 1000110 0 11000 1 10011111 1100010 1000001

Color Harmonies of #4DFDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDC0

Black with #4DFDC0

Text Example


Text Example

White with #4DFDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,253,192); }

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

background-color css

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

 a { background-color: rgb(77,253,192); }

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

border-color css

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

 span { border-color: rgb(77,253,192); }

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