Html Css Color HEX #4DFEBA Turquoise

📋 copy color: '#4DFEBA'

red 77 ◦ green 254 ◦ blue 186

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

Shades of Turquoise #4DFEBA

Tints of Turquoise #4DFEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.13%

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

R = 14.89%
G = 49.13%
B = 35.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#4DFEBA (or 0x4DFEBA) is known color: Turquoise. HEX triplet: 4D, FE and BA. RGB value is (77,254,186). Sum of RGB (Red+Green+Blue) = 77+254+186=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEBA is #B20145. Grayscale: #C1C1C1. Windows color (decimal): -11665734 or 12254797. OLE color: 12254797.

HSL color Cylindrical-coordinate representation of color #4DFEBA: hue angle of 156.95º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEBA is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 254 186 -
CMYK 0.70 0 0.27 0.00
HSL 156.95º 0.99% 0.65% -
HSV(B) 156.95º 0.7% 1% -
XYZ 47.37 76.01 58.63 -
YUV 193.33 123.86 45.03 -
System Red Green Blue C M Y K H S L
Decimal 77 254 186 0.70 0 0.27 0.00 156.95 0.99 0.65
Hex 4D FE BA 46 0 1B 0 9D 63 41
Octal 115 376 272 106 0 33 0 235 143 101
Binary 1001101 11111110 10111010 1000110 0 11011 0 10011101 1100011 1000001

Color Harmonies of #4DFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEBA

Black with #4DFEBA

Text Example


Text Example

White with #4DFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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