Html Css Color HEX #4DE5BA Turquoise

📋 copy color: '#4DE5BA'

red 77 ◦ green 229 ◦ blue 186

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

Shades of Turquoise #4DE5BA

Tints of Turquoise #4DE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.54%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 15.65%
G = 46.54%
B = 37.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#4DE5BA (or 0x4DE5BA) is known color: Turquoise. HEX triplet: 4D, E5 and BA. RGB value is (77,229,186). Sum of RGB (Red+Green+Blue) = 77+229+186=492 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.65% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #4DE5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE5BA is #B21A45. Grayscale: #B2B2B2. Windows color (decimal): -11672134 or 12248397. OLE color: 12248397.

HSL color Cylindrical-coordinate representation of color #4DE5BA: hue angle of 163.03º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE5BA is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 77 229 186 -
CMYK 0.66 0 0.19 0.10
HSL 163.03º 0.75% 0.6% -
HSV(B) 163.03º 0.66% 0.9% -
XYZ 39.94 61.16 56.15 -
YUV 178.65 132.14 55.5 -
System Red Green Blue C M Y K H S L
Decimal 77 229 186 0.66 0 0.19 0.10 163.03 0.75 0.6
Hex 4D E5 BA 42 0 13 A A3 4B 3C
Octal 115 345 272 102 0 23 12 243 113 74
Binary 1001101 11100101 10111010 1000010 0 10011 1010 10100011 1001011 111100

Color Harmonies of #4DE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE5BA

Black with #4DE5BA

Text Example


Text Example

White with #4DE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,229,186); }

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

background-color css

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

 a { background-color: rgb(77,229,186); }

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

border-color css

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

 span { border-color: rgb(77,229,186); }

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