Html Css Color HEX #4DEFBD Turquoise

📋 copy color: '#4DEFBD'

red 77 ◦ green 239 ◦ blue 189

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

Shades of Turquoise #4DEFBD

Tints of Turquoise #4DEFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 15.25%
G = 47.33%
B = 37.43%

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

#4DEFBD (or 0x4DEFBD) is known color: Turquoise. HEX triplet: 4D, EF and BD. RGB value is (77,239,189). Sum of RGB (Red+Green+Blue) = 77+239+189=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEFBD is #B21042. Grayscale: #B8B8B8. Windows color (decimal): -11669571 or 12447565. OLE color: 12447565.

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

Color convert

RGB 77 239 189 -
CMYK 0.68 0 0.21 0.06
HSL 161.48º 0.84% 0.62% -
HSV(B) 161.48º 0.68% 0.94% -
XYZ 43.11 66.98 58.8 -
YUV 184.86 130.33 51.07 -
System Red Green Blue C M Y K H S L
Decimal 77 239 189 0.68 0 0.21 0.06 161.48 0.84 0.62
Hex 4D EF BD 44 0 15 6 A1 54 3E
Octal 115 357 275 104 0 25 6 241 124 76
Binary 1001101 11101111 10111101 1000100 0 10101 110 10100001 1010100 111110

Color Harmonies of #4DEFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEFBD

Black with #4DEFBD

Text Example


Text Example

White with #4DEFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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