Html Css Color HEX #4DEDC6 Turquoise

📋 copy color: '#4DEDC6'

red 77 ◦ green 237 ◦ blue 198

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

Shades of Turquoise #4DEDC6

Tints of Turquoise #4DEDC6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.29%

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

R = 15.04%
G = 46.29%
B = 38.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#4DEDC6 (or 0x4DEDC6) is known color: Turquoise. HEX triplet: 4D, ED and C6. RGB value is (77,237,198). Sum of RGB (Red+Green+Blue) = 77+237+198=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDC6 is #B21239. Grayscale: #B8B8B8. Windows color (decimal): -11670074 or 13036877. OLE color: 13036877.

HSL color Cylindrical-coordinate representation of color #4DEDC6: hue angle of 165.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEDC6 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 237 198 -
CMYK 0.68 0 0.16 0.07
HSL 165.38º 0.82% 0.62% -
HSV(B) 165.38º 0.68% 0.93% -
XYZ 43.54 66.22 63.91 -
YUV 184.71 135.49 51.17 -
System Red Green Blue C M Y K H S L
Decimal 77 237 198 0.68 0 0.16 0.07 165.38 0.82 0.62
Hex 4D ED C6 44 0 10 7 A5 52 3E
Octal 115 355 306 104 0 20 7 245 122 76
Binary 1001101 11101101 11000110 1000100 0 10000 111 10100101 1010010 111110

Color Harmonies of #4DEDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEDC6

Black with #4DEDC6

Text Example


Text Example

White with #4DEDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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