Html Css Color HEX #4DFEAE Turquoise

📋 copy color: '#4DFEAE'

red 77 ◦ green 254 ◦ blue 174

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

Shades of Turquoise #4DFEAE

Tints of Turquoise #4DFEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.46%

R = 15.25%
G = 50.3%
B = 34.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#4DFEAE (or 0x4DFEAE) is known color: Turquoise. HEX triplet: 4D, FE and AE. RGB value is (77,254,174). Sum of RGB (Red+Green+Blue) = 77+254+174=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFEAE is #B20151. Grayscale: #C0C0C0. Windows color (decimal): -11665746 or 11468365. OLE color: 11468365.

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

Color convert

RGB 77 254 174 -
CMYK 0.70 0 0.31 0.00
HSL 152.88º 0.99% 0.65% -
HSV(B) 152.88º 0.7% 1% -
XYZ 46.14 75.52 52.19 -
YUV 191.96 117.86 46 -
System Red Green Blue C M Y K H S L
Decimal 77 254 174 0.70 0 0.31 0.00 152.88 0.99 0.65
Hex 4D FE AE 46 0 1F 0 99 63 41
Octal 115 376 256 106 0 37 0 231 143 101
Binary 1001101 11111110 10101110 1000110 0 11111 0 10011001 1100011 1000001

Color Harmonies of #4DFEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEAE

Black with #4DFEAE

Text Example


Text Example

White with #4DFEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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