Html Css Color HEX #4DFDC6 Turquoise

📋 copy color: '#4DFDC6'

red 77 ◦ green 253 ◦ blue 198

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

Shades of Turquoise #4DFDC6

Tints of Turquoise #4DFDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 14.58%
G = 47.92%
B = 37.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#4DFDC6 (or 0x4DFDC6) is known color: Turquoise. HEX triplet: 4D, FD and C6. RGB value is (77,253,198). Sum of RGB (Red+Green+Blue) = 77+253+198=528 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.58% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDC6 is #B20239. Grayscale: #C2C2C2. Windows color (decimal): -11665978 or 13040973. OLE color: 13040973.

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

Color convert

RGB 77 253 198 -
CMYK 0.70 0 0.22 0.01
HSL 161.25º 0.98% 0.65% -
HSV(B) 161.25º 0.7% 0.99% -
XYZ 48.38 75.91 65.53 -
YUV 194.11 130.19 44.47 -
System Red Green Blue C M Y K H S L
Decimal 77 253 198 0.70 0 0.22 0.01 161.25 0.98 0.65
Hex 4D FD C6 46 0 16 1 A1 62 41
Octal 115 375 306 106 0 26 1 241 142 101
Binary 1001101 11111101 11000110 1000110 0 10110 1 10100001 1100010 1000001

Color Harmonies of #4DFDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDC6

Black with #4DFDC6

Text Example


Text Example

White with #4DFDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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