Html Css Color HEX #4DECC4 Turquoise

📋 copy color: '#4DECC4'

red 77 ◦ green 236 ◦ blue 196

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

Shades of Turquoise #4DECC4

Tints of Turquoise #4DECC4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.37%

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 15.13%
G = 46.37%
B = 38.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#4DECC4 (or 0x4DECC4) is known color: Turquoise. HEX triplet: 4D, EC and C4. RGB value is (77,236,196). Sum of RGB (Red+Green+Blue) = 77+236+196=509 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.13% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECC4 is #B2133B. Grayscale: #B7B7B7. Windows color (decimal): -11670332 or 12905549. OLE color: 12905549.

HSL color Cylindrical-coordinate representation of color #4DECC4: hue angle of 164.91º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DECC4 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 236 196 -
CMYK 0.67 0 0.17 0.07
HSL 164.91º 0.81% 0.61% -
HSV(B) 164.91º 0.67% 0.93% -
XYZ 43.02 65.55 62.61 -
YUV 183.9 134.82 51.75 -
System Red Green Blue C M Y K H S L
Decimal 77 236 196 0.67 0 0.17 0.07 164.91 0.81 0.61
Hex 4D EC C4 43 0 11 7 A5 51 3D
Octal 115 354 304 103 0 21 7 245 121 75
Binary 1001101 11101100 11000100 1000011 0 10001 111 10100101 1010001 111101

Color Harmonies of #4DECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DECC4

Black with #4DECC4

Text Example


Text Example

White with #4DECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,236,196); }

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

background-color css

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

 a { background-color: rgb(77,236,196); }

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

border-color css

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

 span { border-color: rgb(77,236,196); }

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