Html Css Color HEX #4DEDBD Turquoise

📋 copy color: '#4DEDBD'

red 77 ◦ green 237 ◦ blue 189

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

Shades of Turquoise #4DEDBD

Tints of Turquoise #4DEDBD

RGB

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

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

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

R = 15.31%
G = 47.12%
B = 37.57%

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

#4DEDBD (or 0x4DEDBD) is known color: Turquoise. HEX triplet: 4D, ED and BD. RGB value is (77,237,189). Sum of RGB (Red+Green+Blue) = 77+237+189=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDBD is #B21242. Grayscale: #B7B7B7. Windows color (decimal): -11670083 or 12447053. OLE color: 12447053.

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

Color convert

RGB 77 237 189 -
CMYK 0.68 0 0.20 0.07
HSL 162º 0.82% 0.62% -
HSV(B) 162º 0.68% 0.93% -
XYZ 42.53 65.82 58.61 -
YUV 183.69 130.99 51.9 -
System Red Green Blue C M Y K H S L
Decimal 77 237 189 0.68 0 0.20 0.07 162 0.82 0.62
Hex 4D ED BD 44 0 14 7 A2 52 3E
Octal 115 355 275 104 0 24 7 242 122 76
Binary 1001101 11101101 10111101 1000100 0 10100 111 10100010 1010010 111110

Color Harmonies of #4DEDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEDBD

Black with #4DEDBD

Text Example


Text Example

White with #4DEDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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