Html Css Color HEX #4DFCBE Turquoise

📋 copy color: '#4DFCBE'

red 77 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #4DFCBE

Tints of Turquoise #4DFCBE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.55%

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

R = 14.84%
G = 48.55%
B = 36.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#4DFCBE (or 0x4DFCBE) is known color: Turquoise. HEX triplet: 4D, FC and BE. RGB value is (77,252,190). Sum of RGB (Red+Green+Blue) = 77+252+190=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCBE is #B20341. Grayscale: #C0C0C0. Windows color (decimal): -11666242 or 12516429. OLE color: 12516429.

HSL color Cylindrical-coordinate representation of color #4DFCBE: hue angle of 158.74º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCBE is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 252 190 -
CMYK 0.69 0 0.25 0.01
HSL 158.74º 0.97% 0.65% -
HSV(B) 158.74º 0.69% 0.99% -
XYZ 47.17 74.92 60.69 -
YUV 192.61 126.52 45.54 -
System Red Green Blue C M Y K H S L
Decimal 77 252 190 0.69 0 0.25 0.01 158.74 0.97 0.65
Hex 4D FC BE 45 0 19 1 9F 61 41
Octal 115 374 276 105 0 31 1 237 141 101
Binary 1001101 11111100 10111110 1000101 0 11001 1 10011111 1100001 1000001

Color Harmonies of #4DFCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCBE

Black with #4DFCBE

Text Example


Text Example

White with #4DFCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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