Html Css Color HEX #4DF1BE Turquoise

📋 copy color: '#4DF1BE'

red 77 ◦ green 241 ◦ blue 190

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

Shades of Turquoise #4DF1BE

Tints of Turquoise #4DF1BE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.44%

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

R = 15.16%
G = 47.44%
B = 37.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#4DF1BE (or 0x4DF1BE) is known color: Turquoise. HEX triplet: 4D, F1 and BE. RGB value is (77,241,190). Sum of RGB (Red+Green+Blue) = 77+241+190=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF1BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF1BE is #B20E41. Grayscale: #BABABA. Windows color (decimal): -11669058 or 12513613. OLE color: 12513613.

HSL color Cylindrical-coordinate representation of color #4DF1BE: hue angle of 161.34º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF1BE is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 241 190 -
CMYK 0.68 0 0.21 0.05
HSL 161.34º 0.85% 0.62% -
HSV(B) 161.34º 0.68% 0.95% -
XYZ 43.81 68.21 59.57 -
YUV 186.15 130.17 50.15 -
System Red Green Blue C M Y K H S L
Decimal 77 241 190 0.68 0 0.21 0.05 161.34 0.85 0.62
Hex 4D F1 BE 44 0 15 5 A1 55 3E
Octal 115 361 276 104 0 25 5 241 125 76
Binary 1001101 11110001 10111110 1000100 0 10101 101 10100001 1010101 111110

Color Harmonies of #4DF1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF1BE

Black with #4DF1BE

Text Example


Text Example

White with #4DF1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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