Html Css Color HEX #4DFEBE Turquoise

📋 copy color: '#4DFEBE'

red 77 ◦ green 254 ◦ blue 190

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

Shades of Turquoise #4DFEBE

Tints of Turquoise #4DFEBE

RGB

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

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

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

R = 14.78%
G = 48.75%
B = 36.47%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#4DFEBE (or 0x4DFEBE) is known color: Turquoise. HEX triplet: 4D, FE and BE. RGB value is (77,254,190). Sum of RGB (Red+Green+Blue) = 77+254+190=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEBE is #B20141. Grayscale: #C1C1C1. Windows color (decimal): -11665730 or 12516941. OLE color: 12516941.

HSL color Cylindrical-coordinate representation of color #4DFEBE: hue angle of 158.31º 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 #4DFEBE is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 254 190 -
CMYK 0.70 0 0.25 0.00
HSL 158.31º 0.99% 0.65% -
HSV(B) 158.31º 0.7% 1% -
XYZ 47.8 76.18 60.9 -
YUV 193.78 125.86 44.7 -
System Red Green Blue C M Y K H S L
Decimal 77 254 190 0.70 0 0.25 0.00 158.31 0.99 0.65
Hex 4D FE BE 46 0 19 0 9E 63 41
Octal 115 376 276 106 0 31 0 236 143 101
Binary 1001101 11111110 10111110 1000110 0 11001 0 10011110 1100011 1000001

Color Harmonies of #4DFEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEBE

Black with #4DFEBE

Text Example


Text Example

White with #4DFEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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