Html Css Color HEX #4DFDB6 Turquoise

📋 copy color: '#4DFDB6'

red 77 ◦ green 253 ◦ blue 182

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

Shades of Turquoise #4DFDB6

Tints of Turquoise #4DFDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.55%

R = 15.04%
G = 49.41%
B = 35.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#4DFDB6 (or 0x4DFDB6) is known color: Turquoise. HEX triplet: 4D, FD and B6. RGB value is (77,253,182). Sum of RGB (Red+Green+Blue) = 77+253+182=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDB6 is #B20249. Grayscale: #C0C0C0. Windows color (decimal): -11665994 or 11992397. OLE color: 11992397.

HSL color Cylindrical-coordinate representation of color #4DFDB6: hue angle of 155.8º 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 #4DFDB6 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 253 182 -
CMYK 0.70 0 0.28 0.01
HSL 155.8º 0.98% 0.65% -
HSV(B) 155.8º 0.7% 0.99% -
XYZ 46.63 75.21 56.31 -
YUV 192.28 122.19 45.77 -
System Red Green Blue C M Y K H S L
Decimal 77 253 182 0.70 0 0.28 0.01 155.8 0.98 0.65
Hex 4D FD B6 46 0 1C 1 9C 62 41
Octal 115 375 266 106 0 34 1 234 142 101
Binary 1001101 11111101 10110110 1000110 0 11100 1 10011100 1100010 1000001

Color Harmonies of #4DFDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDB6

Black with #4DFDB6

Text Example


Text Example

White with #4DFDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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