Html Css Color HEX #4DEBC4 Turquoise

📋 copy color: '#4DEBC4'

red 77 ◦ green 235 ◦ blue 196

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

Shades of Turquoise #4DEBC4

Tints of Turquoise #4DEBC4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.26%

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

R = 15.16%
G = 46.26%
B = 38.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#4DEBC4 (or 0x4DEBC4) is known color: Turquoise. HEX triplet: 4D, EB and C4. RGB value is (77,235,196). Sum of RGB (Red+Green+Blue) = 77+235+196=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEBC4 is #B2143B. Grayscale: #B7B7B7. Windows color (decimal): -11670588 or 12905293. OLE color: 12905293.

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

Color convert

RGB 77 235 196 -
CMYK 0.67 0 0.17 0.08
HSL 165.19º 0.8% 0.61% -
HSV(B) 165.19º 0.67% 0.92% -
XYZ 42.73 64.98 62.51 -
YUV 183.31 135.15 52.17 -
System Red Green Blue C M Y K H S L
Decimal 77 235 196 0.67 0 0.17 0.08 165.19 0.8 0.61
Hex 4D EB C4 43 0 11 8 A5 50 3D
Octal 115 353 304 103 0 21 10 245 120 75
Binary 1001101 11101011 11000100 1000011 0 10001 1000 10100101 1010000 111101

Color Harmonies of #4DEBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEBC4

Black with #4DEBC4

Text Example


Text Example

White with #4DEBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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