Html Css Color HEX #4DEDBE Turquoise

📋 copy color: '#4DEDBE'

red 77 ◦ green 237 ◦ blue 190

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

Shades of Turquoise #4DEDBE

Tints of Turquoise #4DEDBE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

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

R = 15.28%
G = 47.02%
B = 37.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#4DEDBE (or 0x4DEDBE) is known color: Turquoise. HEX triplet: 4D, ED and BE. RGB value is (77,237,190). Sum of RGB (Red+Green+Blue) = 77+237+190=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDBE is #B21241. Grayscale: #B7B7B7. Windows color (decimal): -11670082 or 12512589. OLE color: 12512589.

HSL color Cylindrical-coordinate representation of color #4DEDBE: hue angle of 162.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEDBE is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 237 190 -
CMYK 0.68 0 0.20 0.07
HSL 162.38º 0.82% 0.62% -
HSV(B) 162.38º 0.68% 0.93% -
XYZ 42.64 65.86 59.18 -
YUV 183.8 131.49 51.82 -
System Red Green Blue C M Y K H S L
Decimal 77 237 190 0.68 0 0.20 0.07 162.38 0.82 0.62
Hex 4D ED BE 44 0 14 7 A2 52 3E
Octal 115 355 276 104 0 24 7 242 122 76
Binary 1001101 11101101 10111110 1000100 0 10100 111 10100010 1010010 111110

Color Harmonies of #4DEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEDBE

Black with #4DEDBE

Text Example


Text Example

White with #4DEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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