Html Css Color HEX #4DEFB2 Turquoise

📋 copy color: '#4DEFB2'

red 77 ◦ green 239 ◦ blue 178

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

Shades of Turquoise #4DEFB2

Tints of Turquoise #4DEFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 15.59%
G = 48.38%
B = 36.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#4DEFB2 (or 0x4DEFB2) is known color: Turquoise. HEX triplet: 4D, EF and B2. RGB value is (77,239,178). Sum of RGB (Red+Green+Blue) = 77+239+178=494 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.59% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEFB2 is #B2104D. Grayscale: #B7B7B7. Windows color (decimal): -11669582 or 11726669. OLE color: 11726669.

HSL color Cylindrical-coordinate representation of color #4DEFB2: hue angle of 157.41º 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 #4DEFB2 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 239 178 -
CMYK 0.68 0 0.26 0.06
HSL 157.41º 0.84% 0.62% -
HSV(B) 157.41º 0.68% 0.94% -
XYZ 41.96 66.53 52.75 -
YUV 183.61 124.83 51.96 -
System Red Green Blue C M Y K H S L
Decimal 77 239 178 0.68 0 0.26 0.06 157.41 0.84 0.62
Hex 4D EF B2 44 0 1A 6 9D 54 3E
Octal 115 357 262 104 0 32 6 235 124 76
Binary 1001101 11101111 10110010 1000100 0 11010 110 10011101 1010100 111110

Color Harmonies of #4DEFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEFB2

Black with #4DEFB2

Text Example


Text Example

White with #4DEFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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