Html Css Color HEX #4DEFBE Turquoise

📋 copy color: '#4DEFBE'

red 77 ◦ green 239 ◦ blue 190

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

Shades of Turquoise #4DEFBE

Tints of Turquoise #4DEFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.23%

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 15.22%
G = 47.23%
B = 37.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#4DEFBE (or 0x4DEFBE) is known color: Turquoise. HEX triplet: 4D, EF and BE. RGB value is (77,239,190). Sum of RGB (Red+Green+Blue) = 77+239+190=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEFBE is #B21041. Grayscale: #B9B9B9. Windows color (decimal): -11669570 or 12513101. OLE color: 12513101.

HSL color Cylindrical-coordinate representation of color #4DEFBE: hue angle of 161.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEFBE is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 239 190 -
CMYK 0.68 0 0.21 0.06
HSL 161.85º 0.84% 0.62% -
HSV(B) 161.85º 0.68% 0.94% -
XYZ 43.22 67.03 59.37 -
YUV 184.98 130.83 50.98 -
System Red Green Blue C M Y K H S L
Decimal 77 239 190 0.68 0 0.21 0.06 161.85 0.84 0.62
Hex 4D EF BE 44 0 15 6 A2 54 3E
Octal 115 357 276 104 0 25 6 242 124 76
Binary 1001101 11101111 10111110 1000100 0 10101 110 10100010 1010100 111110

Color Harmonies of #4DEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEFBE

Black with #4DEFBE

Text Example


Text Example

White with #4DEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,239,190); }

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

background-color css

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

 a { background-color: rgb(77,239,190); }

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

border-color css

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

 span { border-color: rgb(77,239,190); }

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